Uses of Class
org.deckfour.xes.nikefs2.NikeFS2Block
-
Packages that use NikeFS2Block Package Description org.deckfour.xes.nikefs2 -
-
Uses of NikeFS2Block in org.deckfour.xes.nikefs2
Fields in org.deckfour.xes.nikefs2 with type parameters of type NikeFS2Block Modifier and Type Field Description protected java.util.List<NikeFS2Block>NikeFS2RandomAccessStorageImpl. blocksList of blocks used to store data.Methods in org.deckfour.xes.nikefs2 that return NikeFS2Block Modifier and Type Method Description NikeFS2BlockNikeFS2BlockProvider. allocateBlock()Allocates a new block from this block provider.NikeFS2BlockNikeFS2VirtualFileSystem. allocateBlock()Allocates a new virtual storage block from this virtual file system instance.Methods in org.deckfour.xes.nikefs2 with parameters of type NikeFS2Block Modifier and Type Method Description voidNikeFS2BlockProvider. freeBlock(NikeFS2Block block)De-allocates the specified block in this provider.
-