Uses of Class
org.rostore.v2.data.DataReader
Packages that use DataReader
Package
Description
Classes related to value read/write safe operations
Major classes that manage basic access to the ro-store
-
Uses of DataReader in org.rostore.v2.data
Methods in org.rostore.v2.data that return DataReaderModifier and TypeMethodDescriptionstatic DataReaderDataReader.open(BlockAllocator allocator, long startIndex) Opens the data reader to start reading from the given block.static DataReaderOpens the data reader to start reading from the given block.Method parameters in org.rostore.v2.data with type arguments of type DataReaderModifier and TypeMethodDescriptionstatic voidDataReader.safeReader(Media media, long startIndex, Consumer<DataReader> dataReaderConsumer) -
Uses of DataReader in org.rostore.v2.media
Method parameters in org.rostore.v2.media with type arguments of type DataReaderModifier and TypeMethodDescriptionstatic MediaMedia.open(File file, BiConsumer<Media, DataReader> headerStream) Opens a media, allows to read the header from a binary streamConstructor parameters in org.rostore.v2.media with type arguments of type DataReaderModifierConstructorDescriptionprotectedMedia(File file, BiConsumer<Media, DataReader> headerStream) Load an existing media