Package one.microstream.storage.types
Interface StorageReaderCallback
- All Known Implementing Classes:
StorageFileManager.Default
,StorageLockFileManager.Default
,StorageReaderCallback.Default
public interface StorageReaderCallback
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageReaderCallback.Default
-
Method Summary
Modifier and Type Method Description static StorageReaderCallback
Default()
static void
staticValidateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount)
void
validateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount)
-
Method Details
-
validateIncrementalRead
void validateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount) throws IOException- Throws:
IOException
-
staticValidateIncrementalRead
static void staticValidateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount) throws IOException- Throws:
IOException
-
Default
-