|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.raw.log.LogAccessFileBuffer
A single buffer of data.
Field Summary | |
protected byte[] |
buffer
Fields of the class |
protected int |
bytes_free
|
(package private) LogAccessFileBuffer |
next
|
protected int |
position
|
(package private) LogAccessFileBuffer |
prev
|
Constructor Summary | |
LogAccessFileBuffer(int size)
Constructors for This class: |
Method Summary | |
void |
init()
Private/Protected methods of This class: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] buffer
protected int bytes_free
protected int position
LogAccessFileBuffer next
LogAccessFileBuffer prev
Constructor Detail |
public LogAccessFileBuffer(int size)
Method Detail |
public void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |