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 classStorageFileReader.Defaultstatic interfaceStorageFileReader.Provider -
Method Summary
Modifier and Type Method Description default longreadStorage(StorageLockedFile file, long filePosition, ByteBuffer targetBuffer, StorageReaderCallback incompleteReadCallack)
-
Method Details
-
readStorage
default long readStorage(StorageLockedFile file, long filePosition, ByteBuffer targetBuffer, StorageReaderCallback incompleteReadCallack)
-