Package com.db4o.internal
Class SerializedGraph
- java.lang.Object
-
- com.db4o.internal.SerializedGraph
-
public class SerializedGraph extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SerializedGraph(int id, byte[] bytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
length()
int
marshalledLength()
static SerializedGraph
read(ByteArrayBuffer buffer)
void
write(ByteArrayBuffer buffer)
-
-
-
Method Detail
-
length
public int length()
-
marshalledLength
public int marshalledLength()
-
write
public void write(ByteArrayBuffer buffer)
-
read
public static SerializedGraph read(ByteArrayBuffer buffer)
-
-