Package org.eclipse.net4j.util.io
Klasse ExtendedIOUtil
java.lang.Object
org.eclipse.net4j.util.io.ExtendedIOUtil
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic interface -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ThrowabledeserializeThrowable(byte[] bytes) static longreadBinaryStream(DataInput in, OutputStream outputStream) static byte[]static longreadCharacterStream(DataInput in, Writer writer) static <T extends Enum<?>>
Tstatic Throwablestatic ObjectreadObject(DataInput in) static ObjectreadObject(DataInput in, ClassLoader classLoader) static ObjectreadObject(DataInput in, ExtendedIOUtil.ClassResolver classResolver) static StringreadString(DataInput in) static intreadVarInt(DataInput in) static longreadVarLong(DataInput in) static byte[]static longwriteBinaryStream(DataOutput out, InputStream inputStream) static voidwriteByteArray(DataOutput out, byte[] b) static longwriteCharacterStream(DataOutput out, Reader reader) static voidwriteEnum(DataOutput out, Enum<?> literal) static voidwriteException(DataOutput out, Throwable t) static voidwriteObject(DataOutput out, Object object) static voidwriteProperties(DataOutput out, Map<String, String> properties) static voidwriteString(DataOutput out, String str) static voidwriteVarInt(DataOutput out, int v) static voidwriteVarLong(DataOutput out, long v)
-
Methodendetails
-
writeVarInt
- Löst aus:
IOException- Seit:
- 3.7
-
readVarInt
- Löst aus:
IOException- Seit:
- 3.7
-
writeVarLong
- Löst aus:
IOException- Seit:
- 3.7
-
readVarLong
- Löst aus:
IOException- Seit:
- 3.7
-
writeByteArray
- Löst aus:
IOException
-
readByteArray
- Löst aus:
IOException
-
writeObject
- Löst aus:
IOException
-
readObject
- Löst aus:
IOException
-
readObject
- Löst aus:
IOException
-
readObject
public static Object readObject(DataInput in, ExtendedIOUtil.ClassResolver classResolver) throws IOException - Löst aus:
IOException
-
writeString
- Löst aus:
IOException
-
readString
- Löst aus:
IOException
-
writeBinaryStream
- Löst aus:
IOException- Seit:
- 3.3
-
readBinaryStream
- Löst aus:
IOException- Seit:
- 3.3
-
writeCharacterStream
- Löst aus:
IOException- Seit:
- 3.3
-
readCharacterStream
- Löst aus:
IOException- Seit:
- 3.3
-
writeEnum
- Löst aus:
IOException- Seit:
- 3.0
-
readEnum
- Löst aus:
IOException- Seit:
- 3.0
-
writeProperties
public static void writeProperties(DataOutput out, Map<String, String> properties) throws IOException- Löst aus:
IOException- Seit:
- 3.25
-
readProperties
- Löst aus:
IOException- Seit:
- 3.25
-
writeException
- Löst aus:
IOException- Seit:
- 3.4
-
readException
- Löst aus:
IOException- Seit:
- 3.4
-
serializeThrowable
- Seit:
- 3.4
-
deserializeThrowable
- Seit:
- 3.4
-