IgniteDataTransferObjectInput instead. This class may be removed in Ignite 3.0.public class VisorDataTransferObjectInput extends Object implements ObjectInput
| Constructor and Description |
|---|
VisorDataTransferObjectInput(ObjectInput in)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Deprecated.
|
void |
close()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b)
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
boolean |
readBoolean()
Deprecated.
|
byte |
readByte()
Deprecated.
|
char |
readChar()
Deprecated.
|
double |
readDouble()
Deprecated.
|
float |
readFloat()
Deprecated.
|
void |
readFully(@NotNull byte[] b)
Deprecated.
|
void |
readFully(@NotNull byte[] b,
int off,
int len)
Deprecated.
|
int |
readInt()
Deprecated.
|
String |
readLine()
Deprecated.
|
long |
readLong()
Deprecated.
|
Object |
readObject()
Deprecated.
|
short |
readShort()
Deprecated.
|
int |
readUnsignedByte()
Deprecated.
|
int |
readUnsignedShort()
Deprecated.
|
@NotNull String |
readUTF()
Deprecated.
|
long |
skip(long n)
Deprecated.
|
int |
skipBytes(int n)
Deprecated.
|
public VisorDataTransferObjectInput(ObjectInput in) throws IOException
in - Target input.IOException - If an I/O error occurs.public Object readObject() throws ClassNotFoundException, IOException
readObject in interface ObjectInputClassNotFoundExceptionIOExceptionpublic int read()
throws IOException
read in interface ObjectInputIOExceptionpublic int read(byte[] b)
throws IOException
read in interface ObjectInputIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ObjectInputIOExceptionpublic long skip(long n)
throws IOException
skip in interface ObjectInputIOExceptionpublic int available()
throws IOException
available in interface ObjectInputIOExceptionpublic void close()
throws IOException
close in interface ObjectInputclose in interface AutoCloseableIOExceptionpublic void readFully(@NotNull
@NotNull byte[] b)
throws IOException
readFully in interface DataInputIOExceptionpublic void readFully(@NotNull
@NotNull byte[] b,
int off,
int len)
throws IOException
readFully in interface DataInputIOExceptionpublic int skipBytes(int n)
throws IOException
skipBytes in interface DataInputIOExceptionpublic boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOExceptionpublic byte readByte()
throws IOException
readByte in interface DataInputIOExceptionpublic int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputIOExceptionpublic int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputIOExceptionpublic char readChar()
throws IOException
readChar in interface DataInputIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputIOExceptionpublic String readLine() throws IOException
readLine in interface DataInputIOException@NotNull public @NotNull String readUTF() throws IOException
readUTF in interface DataInputIOException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021