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) |
void |
writeExternal(ObjectOutput iOutput) |
public ORawBuffer()
public ORawBuffer(byte[] buffer, int version, byte recordType)
public ORawBuffer(ORecord iRecord)
public void readExternal(ObjectInput iInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class OBuffer
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput iOutput) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class OBuffer
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.