Uses of Interface
net.metanotion.io.Serializer

Packages that use Serializer
net.metanotion.io   
net.metanotion.io.block   
net.metanotion.io.block.index   
net.metanotion.io.data   
 

Uses of Serializer in net.metanotion.io
 

Classes in net.metanotion.io that implement Serializer
 class SerialStreams
           
 

Uses of Serializer in net.metanotion.io.block
 

Methods in net.metanotion.io.block with parameters of type Serializer
 BSkipList BlockFile.getIndex(String name, Serializer key, Serializer val)
           
 BSkipList BlockFile.makeIndex(String name, Serializer key, Serializer val)
           
 

Uses of Serializer in net.metanotion.io.block.index
 

Fields in net.metanotion.io.block.index declared as Serializer
protected  Serializer BSkipSpan.keySer
           
protected  Serializer BSkipSpan.valSer
           
 

Methods in net.metanotion.io.block.index with parameters of type Serializer
protected static void BSkipSpan.loadInit(BSkipSpan bss, BlockFile bf, BSkipList bsl, int spanPage, Serializer key, Serializer val)
          I2P - first half of load() Only read the span headers
 

Constructors in net.metanotion.io.block.index with parameters of type Serializer
BSkipList(int spanSize, BlockFile bf, int skipPage, Serializer key, Serializer val)
           
BSkipList(int spanSize, BlockFile bf, int skipPage, Serializer key, Serializer val, boolean fileOnly)
           
BSkipSpan(BlockFile bf, BSkipList bsl, int spanPage, Serializer key, Serializer val)
           
IBSkipSpan(BlockFile bf, BSkipList bsl, int spanPage, Serializer key, Serializer val)
           
 

Uses of Serializer in net.metanotion.io.data
 

Classes in net.metanotion.io.data that implement Serializer
 class IdentityBytes
          May be used to scan and repair the database nondestructively.
 class IntBytes
           
 class LongBytes
           
 class NullBytes
           
 class StringBytes
           
 class UTF8StringBytes
          Added by I2P