public interface TDataOutput
Modifier and Type | Method and Description |
---|---|
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(TString s) |
void |
writeChar(int v) |
void |
writeChars(TString s) |
void |
writeDouble(double v) |
void |
writeFloat(float v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeShort(int v) |
void |
writeUTF(TString s) |
void write(int b) throws IOException
IOException
void write(byte[] b) throws IOException
IOException
void write(byte[] b, int off, int len) throws IOException
IOException
void writeBoolean(boolean v) throws IOException
IOException
void writeByte(int v) throws IOException
IOException
void writeShort(int v) throws IOException
IOException
void writeChar(int v) throws IOException
IOException
void writeInt(int v) throws IOException
IOException
void writeLong(long v) throws IOException
IOException
void writeFloat(float v) throws IOException
IOException
void writeDouble(double v) throws IOException
IOException
void writeBytes(TString s) throws IOException
IOException
void writeChars(TString s) throws IOException
IOException
void writeUTF(TString s) throws IOException
IOException
Copyright © 2019. All rights reserved.