Uses of Interface
one.microstream.storage.types.StorageFileEntityDataIterator.Internal
-
Packages that use StorageFileEntityDataIterator.Internal Package Description one.microstream.storage.types -
-
Uses of StorageFileEntityDataIterator.Internal in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageFileEntityDataIterator.Internal Modifier and Type Class Description static classStorageFileEntityDataIterator.DefaultMethods in one.microstream.storage.types with parameters of type StorageFileEntityDataIterator.Internal Modifier and Type Method Description voidStorageFileEntityDataIterator.Default. fillBuffer(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Internal. fillBuffer(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)longStorageFileEntityDataIterator.Default. iterateFilledBuffer(StorageFileEntityDataIterator.Internal self, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)longStorageFileEntityDataIterator.Internal. iterateFilledBuffer(StorageFileEntityDataIterator.Internal self, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)default voidStorageFileEntityDataIterator.Internal. prepareFile(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Default. validateIterationRange(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long actualFileLength, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Internal. validateIterationRange(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long actualFileLength, long fileOffset, long iterationLength)default voidStorageFileEntityDataIterator.Internal. wrapUpFile(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)
-