Package org.eclipse.net4j.util.io
Schnittstelle ExtendedDataOutput
- Alle Superschnittstellen:
DataOutput
- Alle bekannten Implementierungsklassen:
DataOutputExtender
,ExtendedDataOutput.Delegating
,ExtendedDataOutputStream
- Autor:
- 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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
static class
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
writeByteArray
(byte[] b) void
void
void
writeObject
(Object object) void
writeString
(String str) void
writeVarInt
(int v) void
writeVarLong
(long v) Von Schnittstelle geerbte Methoden java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Methodendetails
-
writeVarInt
- Löst aus:
IOException
- Seit:
- 3.7
-
writeVarLong
- Löst aus:
IOException
- Seit:
- 3.7
-
writeByteArray
- Löst aus:
IOException
-
writeObject
- Löst aus:
IOException
-
writeString
- Löst aus:
IOException
-
writeEnum
- Löst aus:
IOException
- Seit:
- 3.0
-
writeException
- Löst aus:
IOException
- Seit:
- 3.4
-