org.eclipse.net4j.util.io
Interface ExtendedDataOutput
- All Superinterfaces:
- DataOutput
- All Known Implementing Classes:
- DataOutputExtender, ExtendedDataOutput.Delegating, ExtendedDataOutputStream
- public interface ExtendedDataOutput
- extends DataOutput
Methods inherited from interface java.io.DataOutput |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
writeByteArray
void writeByteArray(byte[] b)
throws IOException
- Throws:
IOException
writeObject
void writeObject(Object object)
throws IOException
- Throws:
IOException
writeString
void writeString(String str)
throws IOException
- Throws:
IOException
writeEnum
void writeEnum(Enum<?> literal)
throws IOException
- Throws:
IOException
- Since:
- 3.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.