Uses of Interface
adams.data.io.input.StreamableTextBasedDataContainerReader
-
Packages that use StreamableTextBasedDataContainerReader Package Description adams.data.conversion -
-
Uses of StreamableTextBasedDataContainerReader in adams.data.conversion
Classes in adams.data.conversion that implement StreamableTextBasedDataContainerReader Modifier and Type Class Description static classStringToDataContainer.DummyReaderDummy reader.Fields in adams.data.conversion declared as StreamableTextBasedDataContainerReader Modifier and Type Field Description protected StreamableTextBasedDataContainerReaderStringToDataContainer. m_Readerthe data container reader to use.Methods in adams.data.conversion that return StreamableTextBasedDataContainerReader Modifier and Type Method Description StreamableTextBasedDataContainerReaderStringToDataContainer. getReader()Returns the reader to use.Methods in adams.data.conversion with parameters of type StreamableTextBasedDataContainerReader Modifier and Type Method Description voidStringToDataContainer. setReader(StreamableTextBasedDataContainerReader value)Sets the reader to use.
-