
public interface OChannelDataInput
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDataInput() |
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readBytes() |
int |
readInt() |
long |
readLong() |
ORecordId |
readRID() |
short |
readShort() |
String |
readString() |
int |
readVersion() |
byte readByte()
throws IOException
IOExceptionboolean readBoolean()
throws IOException
IOExceptionint readInt()
throws IOException
IOExceptionlong readLong()
throws IOException
IOExceptionshort readShort()
throws IOException
IOExceptionString readString() throws IOException
IOExceptionbyte[] readBytes()
throws IOException
IOExceptionORecordId readRID() throws IOException
IOExceptionint readVersion()
throws IOException
IOExceptionInputStream getDataInput()
Copyright © 2009–2025 OrientDB. All rights reserved.