
public class ORawBuffer extends OBuffer
| Modifier and Type | Field and Description |
|---|---|
byte |
recordType |
int |
version |
| Constructor and Description |
|---|
ORawBuffer()
Constructor used by serialization.
|
ORawBuffer(byte[] buffer,
int version,
byte recordType) |
ORawBuffer(ORecord iRecord)
Creates a new object by the record received.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
readExternal(ObjectInput iInput) |
String |
toString() |
void |
writeExternal(ObjectOutput iOutput) |
public ORawBuffer()
public ORawBuffer(byte[] buffer,
int version,
byte recordType)
public ORawBuffer(ORecord iRecord)
iRecord - public void readExternal(ObjectInput iInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class OBufferIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput iOutput) throws IOException
writeExternal in interface ExternalizablewriteExternal in class OBufferIOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.