Package one.microstream.storage.types
Interface StorageFileReader
-
- All Known Subinterfaces:
StorageIoHandler
- All Known Implementing Classes:
StorageFileReader.Default
,StorageIoHandler.Default
public interface StorageFileReader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageFileReader.Default
static interface
StorageFileReader.Provider
-
Method Summary
Modifier and Type Method Description default long
readStorage(StorageLockedFile file, long filePosition, ByteBuffer targetBuffer, StorageReaderCallback incompleteReadCallack)
-
-
-
Method Detail
-
readStorage
default long readStorage(StorageLockedFile file, long filePosition, ByteBuffer targetBuffer, StorageReaderCallback incompleteReadCallack)
-
-