Uses of Class
adams.data.io.input.AbstractObjectReader
-
Packages that use AbstractObjectReader Package Description adams.data.io.input adams.data.io.output adams.flow.standalone adams.flow.transformer adams.gui.chooser adams.gui.workspace -
-
Uses of AbstractObjectReader in adams.data.io.input
Subclasses of AbstractObjectReader in adams.data.io.input Modifier and Type Class Description class
CommandlineReader
Loads objects using the commandline store in the file.class
NestedCommandlineReader
Loads objects using the commandline store in the file (nested format).class
SerializableObjectReader
Loads aSerializableObject
.class
SerializedObjectReader
Loads objects using Java serialization.class
XStreamReader
Loads objects using XStream. -
Uses of AbstractObjectReader in adams.data.io.output
Methods in adams.data.io.output that return AbstractObjectReader Modifier and Type Method Description abstract AbstractObjectReader
AbstractObjectWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
CommandlineWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
JavaInstantiationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
NestedCommandlineWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
SerializableObjectWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
SerializedObjectWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
SimpleJavaInstantiationWriter. getCorrespondingReader()
Returns, if available, the corresponding reader.AbstractObjectReader
XStreamWriter. getCorrespondingReader()
Returns, if available, the corresponding reader. -
Uses of AbstractObjectReader in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractObjectReader Modifier and Type Field Description protected AbstractObjectReader
DeserializeToStorage. m_Reader
the object reader to use.Methods in adams.flow.standalone that return AbstractObjectReader Modifier and Type Method Description AbstractObjectReader
DeserializeToStorage. getReader()
Returns the reader to use for loading the model.Methods in adams.flow.standalone with parameters of type AbstractObjectReader Modifier and Type Method Description void
DeserializeToStorage. setReader(AbstractObjectReader value)
Sets the reader to use for loading the model. -
Uses of AbstractObjectReader in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractObjectReader Modifier and Type Field Description protected AbstractObjectReader
Deserialize. m_Reader
the object reader to use.Methods in adams.flow.transformer that return AbstractObjectReader Modifier and Type Method Description AbstractObjectReader
Deserialize. getReader()
Returns the reader to use for loading the object.Methods in adams.flow.transformer with parameters of type AbstractObjectReader Modifier and Type Method Description void
Deserialize. setReader(AbstractObjectReader value)
Sets the reader to use for loading the object. -
Uses of AbstractObjectReader in adams.gui.chooser
Methods in adams.gui.chooser that return AbstractObjectReader Modifier and Type Method Description protected AbstractObjectReader
ObjectFileChooser. getDefaultReader()
Returns the default reader.protected AbstractObjectReader
SerializationFileChooser. getDefaultReader()
Returns the default reader.AbstractObjectReader
ObjectFileChooser. getObjectReader()
Returns the current object reader.AbstractObjectReader
SerializationFileChooser. getObjectReader()
Returns the current object reader.AbstractObjectReader
ObjectFileChooser. getReaderForFile(File file)
Returns the reader for the specified file.AbstractObjectReader
SerializationFileChooser. getReaderForFile(File file)
Returns the reader for the specified file.static AbstractObjectReader
ObjectFileChooser. readerForFile(File file)
Returns the reader for the specified file.static AbstractObjectReader
SerializationFileChooser. readerForFile(File file)
Returns the reader for the specified file. -
Uses of AbstractObjectReader in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type AbstractObjectReader Modifier and Type Method Description void
AbstractWorkspaceHelper. read(File file, AbstractObjectReader reader, M manager, MessageCollection errors)
Reads the session and initializes the manager panel.
-