Uses of Class
messif.objects.nio.BufferInputStream

Packages that use BufferInputStream
messif.buckets.storage.impl Implementations of physical bucket storage. 
messif.objects.nio Support for extended binary serialization of objects. 
 

Uses of BufferInputStream in messif.buckets.storage.impl
 

Fields in messif.buckets.storage.impl with type parameters of type BufferInputStream
protected  java.lang.ref.WeakReference<BufferInputStream> DiskStorage.inputStream
          Stream for reading data
 

Methods in messif.buckets.storage.impl that return BufferInputStream
protected  BufferInputStream DiskStorage.getInputStream(long position)
          Retrieves an input stream for this storage's file.
protected  BufferInputStream DiskStorage.openInputStream(java.nio.channels.FileChannel fileChannel)
          Create input stream on the specified channel.
 

Uses of BufferInputStream in messif.objects.nio
 

Subclasses of BufferInputStream in messif.objects.nio
 class FileChannelInputStream
          Extending class for a ChannelInputStream that operates on a file.
 class ChannelInputStream
          Buffered binary input stream.
 class MappedFileChannelInputStream
          Extending class for a ChannelInputStream that operates on a file.