C F G I L O R W 

C

contains(String) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Returns true if there is a FileFormat registered for the given file extension
createChannel(String) - Method in class org.epics.pvmanager.file.FileDataSource
 
CSVFileFormat - Class in org.epics.pvmanager.file
A FileFormat for reading .csv files into VTables
CSVFileFormat() - Constructor for class org.epics.pvmanager.file.CSVFileFormat
 

F

FileDataSource - Class in org.epics.pvmanager.file
Data source for locally written data.
FileDataSource() - Constructor for class org.epics.pvmanager.file.FileDataSource
Creates a new data source.
FileFormat - Interface in org.epics.pvmanager.file
A way to read and write an object with a particular file format.
FileFormatRegistry - Class in org.epics.pvmanager.file
Place to registers file formats so that the file datasource can use them.
FileFormatRegistry() - Constructor for class org.epics.pvmanager.file.FileFormatRegistry
 

G

getDefault() - Static method in class org.epics.pvmanager.file.FileFormatRegistry
The default registry.
getFileExtensions() - Method in class org.epics.pvmanager.file.CSVFileFormat
 
getFileExtensions() - Method in interface org.epics.pvmanager.file.FileFormat
The file extensions supported by this file format.
getFileExtensions() - Method in class org.epics.pvmanager.file.ImageFileFormat
 
getFileExtensions() - Method in class org.epics.pvmanager.file.ListFileFormat
 
getFileFormatFor(String) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Find the registered FileFormat for the given file extension

I

ImageFileFormat - Class in org.epics.pvmanager.file
A FileFormat for reading .bmp and .png into VImage
ImageFileFormat() - Constructor for class org.epics.pvmanager.file.ImageFileFormat
 
isWriteSupported() - Method in class org.epics.pvmanager.file.CSVFileFormat
 
isWriteSupported() - Method in interface org.epics.pvmanager.file.FileFormat
Whether writes are supported.
isWriteSupported() - Method in class org.epics.pvmanager.file.ImageFileFormat
 
isWriteSupported() - Method in class org.epics.pvmanager.file.ListFileFormat
 

L

ListFileFormat - Class in org.epics.pvmanager.file
A file format for reading and writing lists from a .list file
ListFileFormat() - Constructor for class org.epics.pvmanager.file.ListFileFormat
 

O

org.epics.pvmanager.file - package org.epics.pvmanager.file
Support for a data source for file based channels (channel syntax).

R

readValue(InputStream) - Method in class org.epics.pvmanager.file.CSVFileFormat
 
readValue(InputStream) - Method in interface org.epics.pvmanager.file.FileFormat
Reads the value from the given stream.
readValue(InputStream) - Method in class org.epics.pvmanager.file.ImageFileFormat
 
readValue(InputStream) - Method in class org.epics.pvmanager.file.ListFileFormat
 
registerFileFormat(String, FileFormat) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Register a new FileFormat for a given file extension
registerFileFormat(FileFormat) - Method in class org.epics.pvmanager.file.FileFormatRegistry
Register a new FileFormat for the extensions declared by the format itself.

W

writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.CSVFileFormat
 
writeValue(Object, OutputStream) - Method in interface org.epics.pvmanager.file.FileFormat
Write the value to the given stream.
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.ImageFileFormat
 
writeValue(Object, OutputStream) - Method in class org.epics.pvmanager.file.ListFileFormat
 
C F G I L O R W 

Copyright © 2010–2015. All rights reserved.