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 class
static interface
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Throwable
deserializeThrowable
(byte[] bytes) static long
readBinaryStream
(DataInput in, OutputStream outputStream) static byte[]
static long
readCharacterStream
(DataInput in, Writer writer) static <T extends Enum<?>>
Tstatic Throwable
static Object
readObject
(DataInput in) static Object
readObject
(DataInput in, ClassLoader classLoader) static Object
readObject
(DataInput in, ExtendedIOUtil.ClassResolver classResolver) static String
readString
(DataInput in) static int
readVarInt
(DataInput in) static long
readVarLong
(DataInput in) static byte[]
static long
writeBinaryStream
(DataOutput out, InputStream inputStream) static void
writeByteArray
(DataOutput out, byte[] b) static long
writeCharacterStream
(DataOutput out, Reader reader) static void
writeEnum
(DataOutput out, Enum<?> literal) static void
writeException
(DataOutput out, Throwable t) static void
writeObject
(DataOutput out, Object object) static void
writeProperties
(DataOutput out, Map<String, String> properties) static void
writeString
(DataOutput out, String str) static void
writeVarInt
(DataOutput out, int v) static void
writeVarLong
(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
-