Uses of Interface
adams.data.io.input.StreamableBinaryDataContainerReader
-
Packages that use StreamableBinaryDataContainerReader Package Description adams.data.conversion -
-
Uses of StreamableBinaryDataContainerReader in adams.data.conversion
Classes in adams.data.conversion that implement StreamableBinaryDataContainerReader Modifier and Type Class Description static class
ByteArrayToDataContainer.DummyReader
Dummy reader.Fields in adams.data.conversion declared as StreamableBinaryDataContainerReader Modifier and Type Field Description protected StreamableBinaryDataContainerReader
ByteArrayToDataContainer. m_Reader
the data container reader to use.Methods in adams.data.conversion that return StreamableBinaryDataContainerReader Modifier and Type Method Description StreamableBinaryDataContainerReader
ByteArrayToDataContainer. getReader()
Returns the reader to use.Methods in adams.data.conversion with parameters of type StreamableBinaryDataContainerReader Modifier and Type Method Description void
ByteArrayToDataContainer. setReader(StreamableBinaryDataContainerReader value)
Sets the reader to use.
-