Package org.deckfour.xes.nikefs2
Interface NikeFS2StorageProvider
-
- All Known Implementing Classes:
NikeFS2VirtualFileSystem
public interface NikeFS2StorageProviderSimplistic interface for a central authority, from which random access storage entities can be allocated / created.- Author:
- Christian W. Guenther (christian at deckfour dot org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NikeFS2RandomAccessStoragecreateStorage()Creates a new empty random access storage, which is suitable for storing byte sequences and primitive data types.
-
-
-
Method Detail
-
createStorage
NikeFS2RandomAccessStorage createStorage() throws java.io.IOException
Creates a new empty random access storage, which is suitable for storing byte sequences and primitive data types.- Returns:
- A newly created random access storage.
- Throws:
java.io.IOException
-
-