Package one.microstream.afs.nio
Interface NioReadableFile
- All Superinterfaces:
AFile
,AFile.Wrapper
,AItem
,AItem.Wrapper
,AReadableFile
,NioFileWrapper
,NioItemWrapper
- All Known Subinterfaces:
NioWritableFile
- All Known Implementing Classes:
NioReadableFile.Default
,NioWritableFile.Default
public interface NioReadableFile extends AReadableFile, NioFileWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NioReadableFile.Default<U>
Nested classes/interfaces inherited from interface one.microstream.afs.AFile
AFile.Observer, AFile.Wrapper
Nested classes/interfaces inherited from interface one.microstream.afs.AFile.Wrapper
AFile.Wrapper.Abstract<U>
Nested classes/interfaces inherited from interface one.microstream.afs.AItem
AItem.Base, AItem.Wrapper
Nested classes/interfaces inherited from interface one.microstream.afs.nio.NioFileWrapper
NioFileWrapper.Abstract<U>
-
Method Summary
Static Methods Modifier and Type Method Description static NioReadableFile
New(AFile actual, Object user, Path path)
static NioReadableFile
New(AFile actual, Object user, Path path, FileChannel fileChannel)
Methods inherited from interface one.microstream.afs.AFile
defaultUser, ensureExists, exists, isEmpty, isUsed, iterateObservers, name, registerObserver, removeObserver, toPath, toPathString, tryUseReading, tryUseReading, tryUseWriting, tryUseWriting, type, useReading, useReading, useWriting, useWriting
Methods inherited from interface one.microstream.afs.AReadableFile
close, copyTo, copyTo, copyTo, isOpen, isRetired, open, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, release, retire, size, validateIsNotRetired
Methods inherited from interface one.microstream.afs.nio.NioFileWrapper
checkChannelOpen, closeChannel, ensureOpenChannel, ensureOpenChannel, fileChannel, isChannelOpen, isRetired, openChannel, openChannel, reopenChannel, retire