Uses of Package
messif.objects.nio

Packages that use messif.objects.nio
messif.buckets.impl Bucket implementations. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
messif.objects Metric data objects. 
messif.objects.impl Implementation of basic data objects. 
messif.objects.keys Data object keys. 
messif.objects.nio Support for extended binary serialization of objects. 
 

Classes in messif.objects.nio used by messif.buckets.impl
BinarySerializator
          This class provides a framework for binary serialization of objects.
 

Classes in messif.objects.nio used by messif.buckets.storage.impl
BinarySerializator
          This class provides a framework for binary serialization of objects.
BufferInputStream
          Input stream that implements the BinaryInput using an internal buffer.
FileChannelOutputStream
          Extending class for ChannelOutputStream operating over a file.
 

Classes in messif.objects.nio used by messif.objects
BinaryInput
          Interface for classes that can read a binary data.
BinaryOutput
          Interface for classes that can write a binary data.
BinarySerializable
          The BinarySerializable interface marks the implementing class to be able to serialize itself into a stream of bytes provided by the BinarySerializator.
BinarySerializator
          This class provides a framework for binary serialization of objects.
 

Classes in messif.objects.nio used by messif.objects.impl
BinaryInput
          Interface for classes that can read a binary data.
BinaryOutput
          Interface for classes that can write a binary data.
BinarySerializable
          The BinarySerializable interface marks the implementing class to be able to serialize itself into a stream of bytes provided by the BinarySerializator.
BinarySerializator
          This class provides a framework for binary serialization of objects.
 

Classes in messif.objects.nio used by messif.objects.keys
BinaryInput
          Interface for classes that can read a binary data.
BinaryOutput
          Interface for classes that can write a binary data.
BinarySerializable
          The BinarySerializable interface marks the implementing class to be able to serialize itself into a stream of bytes provided by the BinarySerializator.
BinarySerializator
          This class provides a framework for binary serialization of objects.
 

Classes in messif.objects.nio used by messif.objects.nio
BinaryInput
          Interface for classes that can read a binary data.
BinaryOutput
          Interface for classes that can write a binary data.
BinarySerializable
          The BinarySerializable interface marks the implementing class to be able to serialize itself into a stream of bytes provided by the BinarySerializator.
BinarySerializator
          This class provides a framework for binary serialization of objects.
BufferInputStream
          Input stream that implements the BinaryInput using an internal buffer.
BufferOutputStream
          Output stream that implements the BinaryOutput using an internal buffer.
ChannelInputStream
          Buffered binary input stream.
ChannelOutputStream
          Buffered output stream for operating over channels.
MultiClassSerializator
          This implements a full-featured BinarySerializator which works on all classes.