Package one.microstream.storage.types
Class StorageReaderCallback.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageReaderCallback.Default
-
- All Implemented Interfaces:
StorageReaderCallback
- Enclosing interface:
- StorageReaderCallback
public static final class StorageReaderCallback.Default extends Object implements StorageReaderCallback
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageReaderCallback
StorageReaderCallback.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description void
validateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount)
-
-
-
Method Detail
-
validateIncrementalRead
public void validateIncrementalRead(StorageLockedFile file, long filePosition, ByteBuffer buffer, long lastReadCount) throws IOException
- Specified by:
validateIncrementalRead
in interfaceStorageReaderCallback
- Throws:
IOException
-
-