public class VisorDataTransferObjectOutput extends Object implements ObjectOutput
| Constructor and Description |
|---|
VisorDataTransferObjectOutput(ObjectOutput out)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeBytes(String s) |
void |
writeChar(int v) |
void |
writeChars(String s) |
void |
writeDouble(double v) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeObject(Object obj) |
void |
writeShort(int v) |
void |
writeUTF(String s) |
public VisorDataTransferObjectOutput(ObjectOutput out) throws IOException
out - Target stream.IOException - If an I/O error occurs.public void writeObject(Object obj) throws IOException
writeObject in interface ObjectOutputIOExceptionpublic void write(int b)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void write(byte[] b)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOExceptionpublic void writeBoolean(boolean v)
throws IOException
writeBoolean in interface DataOutputIOExceptionpublic void writeByte(int v)
throws IOException
writeByte in interface DataOutputIOExceptionpublic void writeShort(int v)
throws IOException
writeShort in interface DataOutputIOExceptionpublic void writeChar(int v)
throws IOException
writeChar in interface DataOutputIOExceptionpublic void writeInt(int v)
throws IOException
writeInt in interface DataOutputIOExceptionpublic void writeLong(long v)
throws IOException
writeLong in interface DataOutputIOExceptionpublic void writeFloat(float v)
throws IOException
writeFloat in interface DataOutputIOExceptionpublic void writeDouble(double v)
throws IOException
writeDouble in interface DataOutputIOExceptionpublic void writeBytes(@NotNull
String s)
throws IOException
writeBytes in interface DataOutputIOExceptionpublic void writeChars(@NotNull
String s)
throws IOException
writeChars in interface DataOutputIOExceptionpublic void writeUTF(@NotNull
String s)
throws IOException
writeUTF in interface DataOutputIOExceptionpublic void flush()
throws IOException
flush in interface ObjectOutputIOExceptionpublic void close()
throws IOException
close in interface ObjectOutputclose in interface AutoCloseableIOException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017