| Modifier and Type | Class and Description |
|---|---|
class |
CSVFileFormat
A FileFormat for reading .csv files into VTables
|
class |
ImageFileFormat
A FileFormat for reading .bmp and .png into VImage
|
class |
ListFileFormat
A file format for reading and writing lists from a .list file
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
FileFormatRegistry.getFileFormatFor(String extension)
Find the registered FileFormat for the given file extension
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileFormatRegistry.registerFileFormat(FileFormat format)
Register a new FileFormat for the extensions declared by the format
itself.
|
void |
FileFormatRegistry.registerFileFormat(String extension,
FileFormat format)
Register a new FileFormat for a given file extension
|
Copyright © 2010–2015. All rights reserved.