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
IOException
boolean readBoolean() throws IOException
IOException
int readInt() throws IOException
IOException
long readLong() throws IOException
IOException
short readShort() throws IOException
IOException
String readString() throws IOException
IOException
byte[] readBytes() throws IOException
IOException
ORecordId readRID() throws IOException
IOException
int readVersion() throws IOException
IOException
InputStream getDataInput()
Copyright © 2009–2020 OrientDB. All rights reserved.