Package | Description |
---|---|
org.epics.pvmanager.file |
Support for a data source for file based channels
(channel syntax).
|
org.epics.pvmanager.file.json |
Support for vTypes serialized in JSON (.jvtype) according to the mechanism
provided by
VTypeToJson . |
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
|
Modifier and Type | Class and Description |
---|---|
class |
JVTypeFileFormat
JSON serialization of VTypes (.jvtype).
|
Copyright © 2010–2015. All rights reserved.