
public interface ExtendedDataOutput extends DataOutput
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtendedDataOutput.Delegating |
static class |
ExtendedDataOutput.Stream |
| Modifier and Type | Method and Description |
|---|---|
void |
writeByteArray(byte[] b) |
void |
writeEnum(Enum<?> literal) |
void |
writeObject(Object object) |
void |
writeString(String str) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid writeByteArray(byte[] b)
throws IOException
IOExceptionvoid writeObject(Object object) throws IOException
IOExceptionvoid writeString(String str) throws IOException
IOExceptionvoid writeEnum(Enum<?> literal) throws IOException
IOExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.