Package org.eclipse.net4j.util.io
Interface ExtendedDataOutput
- All Superinterfaces:
DataOutput
- All Known Implementing Classes:
DataOutputExtender
,ExtendedDataOutput.Delegating
,ExtendedDataOutputStream
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeByteArray
(byte[] b) void
void
void
writeObject
(Object object) void
writeString
(String str) void
writeVarInt
(int v) void
writeVarLong
(long v) Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Method Details
-
writeVarInt
- Throws:
IOException
- Since:
- 3.7
-
writeVarLong
- Throws:
IOException
- Since:
- 3.7
-
writeByteArray
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeEnum
- Throws:
IOException
- Since:
- 3.0
-
writeException
- Throws:
IOException
- Since:
- 3.4
-