public class ExtendedDataOutputStream extends DataOutputStream implements ExtendedDataOutput
writtenout| Constructor and Description |
|---|
ExtendedDataOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeBytes(Bytes bytes) |
void |
writeString(String string) |
void |
writeVInt(int value) |
void |
writeVLong(long value) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic ExtendedDataOutputStream(OutputStream out)
public void writeVInt(int value)
throws IOException
writeVInt in interface ExtendedDataOutputIOExceptionpublic void writeVLong(long value)
throws IOException
writeVLong in interface ExtendedDataOutputIOExceptionpublic void writeString(String string) throws IOException
writeString in interface ExtendedDataOutputIOExceptionpublic void writeBytes(Bytes bytes) throws IOException
writeBytes in interface ExtendedDataOutputIOExceptionCopyright © 2016. All rights reserved.