
public class OSBTFirstKeyResponse extends java.lang.Object implements OBinaryResponse
| Constructor and Description |
|---|
OSBTFirstKeyResponse() |
OSBTFirstKeyResponse(byte[] stream) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getStream() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OSBTFirstKeyResponse(byte[] stream)
public OSBTFirstKeyResponse()
public void read(OChannelDataInput network, OStorageRemoteSession session) throws java.io.IOException
read in interface OBinaryResponsejava.io.IOExceptionpublic void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
write in interface OBinaryResponsejava.io.IOExceptionpublic byte[] getStream()
Copyright © 2009–2022 OrientDB. All rights reserved.