public interface ExtendedDataOutput extends DataOutput, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
writeBytes(Bytes bytes) |
void |
writeString(String string) |
void |
writeVInt(int i) |
void |
writeVLong(long l) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid writeVInt(int i)
throws IOException
IOExceptionvoid writeVLong(long l)
throws IOException
IOExceptionvoid writeString(String string) throws IOException
IOExceptionvoid writeBytes(Bytes bytes) throws IOException
IOExceptionCopyright © 2016. All rights reserved.