openlsd.common.datatype.LSDFileChannelByteBuffer Class Reference

Collaboration diagram for openlsd.common.datatype.LSDFileChannelByteBuffer:

Collaboration graph
[legend]

List of all members.


Detailed Description

Class to handle at the same time one FileChannel and one ByteBuffer
Author:
Frederic BREGIER LGPL 2007

Public Member Functions

 LSDFileChannelByteBuffer (FileChannel fileChannel)
void reinit (int size)

Public Attributes

FileChannel fileChannel = null
ByteBuffer byteBuffer = null

Constructor & Destructor Documentation

openlsd.common.datatype.LSDFileChannelByteBuffer.LSDFileChannelByteBuffer ( FileChannel  fileChannel  ) 

Constructor from fileChannel (in or out)

Parameters:
fileChannel 


Member Function Documentation

void openlsd.common.datatype.LSDFileChannelByteBuffer.reinit ( int  size  ) 

Reinialized the ByteBuffer if necessary according to the size

Parameters:
size 


Member Data Documentation

FileChannel

ByteBuffer


The documentation for this class was generated from the following file: