Package one.microstream.afs
Interface AFile.Wrapper
- All Superinterfaces:
AFile
,AItem
,AItem.Wrapper
- All Known Subinterfaces:
AReadableFile
,AWritableFile
,BlobStoreFileWrapper
,BlobStoreReadableFile
,BlobStoreWritableFile
,NioFileWrapper
,NioReadableFile
,NioWritableFile
,SqlFileWrapper
,SqlReadableFile
,SqlWritableFile
- All Known Implementing Classes:
AFile.Wrapper.Abstract
,BlobStoreFileWrapper.Abstract
,BlobStoreReadableFile.Default
,BlobStoreWritableFile.Default
,NioFileWrapper.Abstract
,NioReadableFile.Default
,NioWritableFile.Default
,SqlFileWrapper.Abstract
,SqlReadableFile.Default
,SqlWritableFile.Default
- Enclosing interface:
- AFile
public static interface AFile.Wrapper extends AFile, AItem.Wrapper
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AFile.Wrapper.Abstract<U>
Nested classes/interfaces inherited from interface one.microstream.afs.AFile
AFile.Default, AFile.Observer, AFile.Wrapper
Nested classes/interfaces inherited from interface one.microstream.afs.AItem
AItem.Base, AItem.Wrapper
-
Method Summary
Methods inherited from interface one.microstream.afs.AFile
defaultUser, ensureExists, exists, isEmpty, isUsed, iterateObservers, name, registerObserver, removeObserver, size, toPath, toPathString, tryUseReading, tryUseReading, tryUseWriting, tryUseWriting, type, useReading, useReading, useWriting, useWriting
-
Method Details
-
actual
AFile actual()- Specified by:
actual
in interfaceAItem.Wrapper
-