
public class OBuffer extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
byte[] |
buffer |
| Constructor and Description |
|---|
OBuffer()
Constructor used by serialization.
|
OBuffer(byte[] buffer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getBuffer() |
int |
hashCode() |
void |
readExternal(ObjectInput iInput) |
void |
setBuffer(byte[] buffer) |
String |
toString() |
void |
writeExternal(ObjectOutput iOutput) |
public OBuffer()
public OBuffer(byte[] buffer)
public void readExternal(ObjectInput iInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput iOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic byte[] getBuffer()
public void setBuffer(byte[] buffer)
Copyright © 2009–2025 OrientDB. All rights reserved.