org.deckfour.xes.nikefs2
Interface NikeFS2StorageProvider

All Known Implementing Classes:
NikeFS2VirtualFileSystem

public interface NikeFS2StorageProvider

Simplistic 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
 NikeFS2RandomAccessStorage createStorage()
          Creates a new empty random access storage, which is suitable for storing byte sequences and primitive data types.
 

Method Detail

createStorage

NikeFS2RandomAccessStorage createStorage()
                                         throws 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:
IOException