Uses of Class
org.rostore.v2.data.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
Modifier and TypeMethodDescriptionstatic DataReader
DataReader.open
(BlockAllocator allocator, long startIndex) Opens the data reader to start reading from the given block.static DataReader
Opens the data reader to start reading from the given block.Modifier and TypeMethodDescriptionstatic void
DataReader.safeReader
(Media media, long startIndex, Consumer<DataReader> dataReaderConsumer) -
Uses of DataReader in org.rostore.v2.media
Modifier and TypeMethodDescriptionstatic Media
Media.open
(File file, BiConsumer<Media, DataReader> headerStream) Opens a media, allows to read the header from a binary streamModifierConstructorDescriptionprotected
Media
(File file, BiConsumer<Media, DataReader> headerStream) Load an existing media