Uses of Class
org.rostore.v2.data.DataWriter
Packages that use DataWriter
Package
Description
Classes related to value read/write safe operations
Major classes that manage basic access to the ro-store
-
Uses of DataWriter in org.rostore.v2.data
Methods in org.rostore.v2.data that return DataWriterModifier and TypeMethodDescriptionstatic DataWriterDataWriter.open(BlockAllocator blockAllocator, long startIndex) Opens the data writer at the specific starting block indexMethod parameters in org.rostore.v2.data with type arguments of type DataWriterModifier and TypeMethodDescriptionstatic longDataWriter.safeWriter(BlockAllocator blockAllocator, long startIndex, Consumer<DataWriter> dataWriterConsumer) Write the data from the unknown source to the storage in a safe mode.static longDataWriter.safeWriter(BlockAllocator blockAllocator, Consumer<DataWriter> dataWriterConsumer) Write the data from the unknown source to the storage in a safe mode. -
Uses of DataWriter in org.rostore.v2.media
Method parameters in org.rostore.v2.media with type arguments of type DataWriterModifier and TypeMethodDescriptionstatic MediaMedia.create(File file, MediaProperties mediaProperties, BiConsumer<Media, DataWriter> headerStream) Creates a new media and store with an option to store to headers stream of the media.Constructor parameters in org.rostore.v2.media with type arguments of type DataWriterModifierConstructorDescriptionprotectedMedia(File file, MediaProperties mediaProperties, BiConsumer<Media, DataWriter> headerStream) Create a new media