Package com.db4o.internal
Class SerializedGraph
- java.lang.Object
- 
- com.db4o.internal.SerializedGraph
 
- 
 public class SerializedGraph extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description SerializedGraph(int id, byte[] bytes)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intlength()intmarshalledLength()static SerializedGraphread(ByteArrayBuffer buffer)voidwrite(ByteArrayBuffer buffer)
 
- 
- 
- 
Method Detail- 
lengthpublic int length() 
 - 
marshalledLengthpublic int marshalledLength() 
 - 
writepublic void write(ByteArrayBuffer buffer) 
 - 
readpublic static SerializedGraph read(ByteArrayBuffer buffer) 
 
- 
 
-