Uses of Class
org.deckfour.xes.nikefs2.NikeFS2Block

Packages that use NikeFS2Block
org.deckfour.xes.nikefs2   
 

Uses of NikeFS2Block in org.deckfour.xes.nikefs2
 

Fields in org.deckfour.xes.nikefs2 with type parameters of type NikeFS2Block
protected  List<NikeFS2Block> NikeFS2RandomAccessStorageImpl.blocks
          List of blocks used to store data.
 

Methods in org.deckfour.xes.nikefs2 that return NikeFS2Block
 NikeFS2Block NikeFS2BlockProvider.allocateBlock()
          Allocates a new block from this block provider.
 NikeFS2Block NikeFS2VirtualFileSystem.allocateBlock()
          Allocates a new virtual storage block from this virtual file system instance.
 

Methods in org.deckfour.xes.nikefs2 with parameters of type NikeFS2Block
 void NikeFS2BlockProvider.freeBlock(NikeFS2Block block)
          De-allocates the specified block in this provider.