Uses of Class
messif.objects.nio.FileChannelOutputStream

Packages that use FileChannelOutputStream
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of FileChannelOutputStream in messif.buckets.storage.impl
 

Fields in messif.buckets.storage.impl declared as FileChannelOutputStream
protected  FileChannelOutputStream DiskStorage.outputStream
          Stream for writing data
 

Methods in messif.buckets.storage.impl that return FileChannelOutputStream
protected  FileChannelOutputStream DiskStorage.openOutputStream()
          Create output stream over the current file channel.