Package org.eclipse.net4j.util.io
Interface ExtendedDataInput
- All Superinterfaces:
DataInput
- All Known Implementing Classes:
DataInputExtender
,ExtendedDataInput.Delegating
,ExtendedDataInputStream
- 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 TypeMethodDescriptionbyte[]
<T extends Enum<?>>
TreadObject
(ClassLoader classLoader) readObject
(ExtendedIOUtil.ClassResolver classResolver) int
long
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
readVarInt
- Throws:
IOException
- Since:
- 3.7
-
readVarLong
- Throws:
IOException
- Since:
- 3.7
-
readByteArray
- Throws:
IOException
-
readObject
- Throws:
IOException
-
readObject
- Throws:
IOException
-
readObject
- Throws:
IOException
-
readString
- Throws:
IOException
-
readEnum
- Throws:
IOException
- Since:
- 3.0
-
readException
- Throws:
IOException
- Since:
- 3.4
-