-
Methods in one.microstream.afs with parameters of type AReadableFile
Modifier and Type |
Method |
Description |
static void |
AFS.close(AReadableFile file,
Throwable cause) |
|
boolean |
AIoHandler.Abstract.close(AReadableFile file) |
|
boolean |
AIoHandler.close(AReadableFile file) |
|
AWritableFile |
AFileSystem.convertToWriting(AReadableFile file) |
|
long |
AIoHandler.Abstract.copyFrom(AReadableFile source,
long sourcePosition,
long length,
AWritableFile targetSubject) |
|
long |
AIoHandler.Abstract.copyFrom(AReadableFile source,
long sourcePosition,
AWritableFile targetSubject) |
|
long |
AIoHandler.Abstract.copyFrom(AReadableFile source,
AWritableFile targetSubject) |
|
long |
AIoHandler.copyFrom(AReadableFile source,
long sourcePosition,
long length,
AWritableFile targetSubject) |
|
long |
AIoHandler.copyFrom(AReadableFile source,
long sourcePosition,
AWritableFile targetSubject) |
|
long |
AIoHandler.copyFrom(AReadableFile source,
AWritableFile targetSubject) |
|
default long |
AWritableFile.copyFrom(AReadableFile source) |
|
default long |
AWritableFile.copyFrom(AReadableFile source,
long sourcePosition) |
|
default long |
AWritableFile.copyFrom(AReadableFile source,
long sourcePosition,
long length) |
|
long |
AIoHandler.Abstract.copyTo(AReadableFile sourceSubject,
long sourcePosition,
long length,
AWritableFile target) |
|
long |
AIoHandler.Abstract.copyTo(AReadableFile sourceSubject,
long sourcePosition,
AWritableFile target) |
|
long |
AIoHandler.Abstract.copyTo(AReadableFile sourceSubject,
AWritableFile target) |
|
long |
AIoHandler.copyTo(AReadableFile sourceSubject,
long sourcePosition,
long length,
AWritableFile target) |
|
long |
AIoHandler.copyTo(AReadableFile sourceSubject,
long sourcePosition,
AWritableFile target) |
|
long |
AIoHandler.copyTo(AReadableFile sourceSubject,
AWritableFile target) |
|
boolean |
AIoHandler.Abstract.isHandledReadableFile(AReadableFile file) |
|
boolean |
AIoHandler.isHandledReadableFile(AReadableFile file) |
|
boolean |
AIoHandler.Abstract.isOpen(AReadableFile file) |
|
boolean |
AIoHandler.isOpen(AReadableFile file) |
|
default void |
AFile.Observer.onAfterFileClose(AReadableFile closedFile,
boolean result) |
|
default void |
AFile.Observer.onBeforeFileClose(AReadableFile fileToClose) |
|
boolean |
AIoHandler.Abstract.openReading(AReadableFile file) |
|
boolean |
AIoHandler.openReading(AReadableFile file) |
|
ByteBuffer |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile) |
|
ByteBuffer |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
long position) |
|
ByteBuffer |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
long position,
long length) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer,
long position) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer,
long position,
long length) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider,
long position) |
|
long |
AIoHandler.Abstract.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider,
long position,
long length) |
|
ByteBuffer |
AIoHandler.readBytes(AReadableFile sourceFile) |
|
ByteBuffer |
AIoHandler.readBytes(AReadableFile sourceFile,
long position) |
|
ByteBuffer |
AIoHandler.readBytes(AReadableFile sourceFile,
long position,
long length) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer,
long position) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
ByteBuffer targetBuffer,
long position,
long length) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider,
long position) |
|
long |
AIoHandler.readBytes(AReadableFile sourceFile,
BufferProvider bufferProvider,
long position,
long length) |
|
boolean |
AccessManager.Default.unregister(AReadableFile file) |
|
boolean |
AccessManager.unregister(AReadableFile file) |
|
void |
AIoHandler.Abstract.validateHandledReadableFile(AReadableFile file) |
|
void |
AIoHandler.validateHandledReadableFile(AReadableFile file) |
|
-
-
-
-
Methods in one.microstream.storage.types with parameters of type AReadableFile
Modifier and Type |
Method |
Description |
void |
StorageDataConverterTypeBinaryToCsv.convertDataFile(AReadableFile file) |
|
void |
StorageDataConverterTypeBinaryToCsv.UTF8.convertDataFile(AReadableFile file) |
|
long |
StorageFile.Abstract.copyFrom(AReadableFile source) |
|
long |
StorageFile.Abstract.copyFrom(AReadableFile source,
long sourcePosition) |
|
long |
StorageFile.Abstract.copyFrom(AReadableFile source,
long sourcePosition,
long length) |
|
long |
StorageFile.copyFrom(AReadableFile source) |
|
long |
StorageFile.copyFrom(AReadableFile source,
long sourcePosition) |
|
long |
StorageFile.copyFrom(AReadableFile source,
long sourcePosition,
long length) |
|
void |
StorageDataFileItemIterator.Default.iterateStoredItems(AReadableFile file,
long startPosition,
long length) |
|
default void |
StorageDataFileItemIterator.iterateStoredItems(AReadableFile file) |
|
void |
StorageDataFileItemIterator.iterateStoredItems(AReadableFile file,
long startPosition,
long length) |
|
static VarString |
StorageTransactionsAnalysis.Logic.parseFile(AReadableFile file,
VarString vs) |
|
static StorageTransactionsEntries |
StorageTransactionsEntries.parseFileContent(AReadableFile file) |
|
static <P extends StorageDataFileItemIterator.ItemProcessor> P |
StorageDataFileItemIterator.Default.processInputFile(AReadableFile file,
StorageDataFileItemIterator.BufferProvider bufferProvider,
P itemProcessor,
long startPosition,
long length) |
|
static <P extends StorageDataFileItemIterator.ItemProcessor> P |
StorageDataFileItemIterator.Default.processInputFile(AReadableFile file,
P itemProcessor) |
|
static <P extends StorageTransactionsAnalysis.EntryIterator> P |
StorageTransactionsAnalysis.Logic.processInputFile(AReadableFile file,
long startPosition,
long length,
P entryProcessor) |
|
static <P extends StorageTransactionsAnalysis.EntryIterator> P |
StorageTransactionsAnalysis.Logic.processInputFile(AReadableFile file,
P entryProcessor) |
|