Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileFormat

Common functionality for file format readers and writers.

since

1.4

Hierarchy

Index

Properties

Methods

Properties

Readonly canRead

canRead: boolean

Whether this format supports reading files.

Readonly canWrite

canWrite: boolean

Whether this format supports writing files.

Methods

supportsFile

  • supportsFile(fileName: string): boolean
  • Returns whether the given file is readable by this format.

Generated using TypeDoc