Package one.microstream.afs.blobstore
Interface BlobStoreItemWrapper
- All Superinterfaces:
AItem
- All Known Subinterfaces:
BlobStoreFileWrapper
,BlobStoreReadableFile
,BlobStoreWritableFile
- All Known Implementing Classes:
BlobStoreFileWrapper.Abstract
,BlobStoreReadableFile.Default
,BlobStoreWritableFile.Default
public interface BlobStoreItemWrapper extends AItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.AItem
AItem.Abstract, AItem.Base, AItem.Wrapper
-
Method Summary
Modifier and Type Method Description BlobStorePath
path()
Methods inherited from interface one.microstream.afs.AItem
exists, fileSystem, identifier, parent, toPath, toPathString
-
Method Details
-
path
BlobStorePath path()
-