public class SerializedGraph
extends java.lang.Object
| Constructor and Description |
|---|
SerializedGraph(int id,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
length() |
int |
marshalledLength() |
static SerializedGraph |
read(ByteArrayBuffer buffer) |
void |
write(ByteArrayBuffer buffer) |
public int length()
public int marshalledLength()
public void write(ByteArrayBuffer buffer)
public static SerializedGraph read(ByteArrayBuffer buffer)