com.objectwave.utility
Class BufferedRandomAccessFile.FileBufferStruct

java.lang.Object
  |
  +--com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Enclosing class:
BufferedRandomAccessFile

protected class BufferedRandomAccessFile.FileBufferStruct
extends java.lang.Object


Field Summary
 byte[] bytes
          Description of the Field
 int dataLen
          Description of the Field
 long filePos
          Description of the Field
 boolean modified
          Description of the Field
 int pos
          Description of the Field
 
Constructor Summary
protected BufferedRandomAccessFile.FileBufferStruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

public byte[] bytes
Description of the Field


pos

public int pos
Description of the Field


dataLen

public int dataLen
Description of the Field


modified

public boolean modified
Description of the Field


filePos

public long filePos
Description of the Field

Constructor Detail

BufferedRandomAccessFile.FileBufferStruct

protected BufferedRandomAccessFile.FileBufferStruct()