Package com.db4o.internal.fileheader
Class FileHeaderVariablePart3
- java.lang.Object
- 
- com.db4o.internal.fileheader.FileHeaderVariablePart
- 
- com.db4o.internal.fileheader.FileHeaderVariablePart2
- 
- com.db4o.internal.fileheader.FileHeaderVariablePart3
 
 
 
- 
 public class FileHeaderVariablePart3 extends FileHeaderVariablePart2 
- 
- 
Field Summary- 
Fields inherited from class com.db4o.internal.fileheader.FileHeaderVariablePart_container
 
- 
 - 
Constructor SummaryConstructors Constructor Description FileHeaderVariablePart3(LocalObjectContainer container)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intownLength()protected voidreadBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent)protected voidwriteBuffer(ByteArrayBuffer buffer, boolean shuttingDown)- 
Methods inherited from class com.db4o.internal.fileheader.FileHeaderVariablePart2address, commit, length, marshalledLength, read
 - 
Methods inherited from class com.db4o.internal.fileheader.FileHeaderVariablePartallocateSlot, getIdentifier, readIdentity, systemData
 
- 
 
- 
- 
- 
Constructor Detail- 
FileHeaderVariablePart3public FileHeaderVariablePart3(LocalObjectContainer container) 
 
- 
 - 
Method Detail- 
ownLengthpublic int ownLength() - Overrides:
- ownLengthin class- FileHeaderVariablePart2
 
 - 
readBufferprotected void readBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent) - Overrides:
- readBufferin class- FileHeaderVariablePart2
 
 - 
writeBufferprotected void writeBuffer(ByteArrayBuffer buffer, boolean shuttingDown) - Overrides:
- writeBufferin class- FileHeaderVariablePart2
 
 
- 
 
-