
public class ExtendedDataInputStream extends DataInputStream implements ExtendedDataInput
ExtendedDataInput.Delegating, ExtendedDataInput.Streamin| Constructor and Description |
|---|
ExtendedDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readByteArray() |
<T extends Enum<?>> |
readEnum(Class<T> type) |
Throwable |
readException() |
Object |
readObject() |
Object |
readObject(ClassLoader classLoader) |
Object |
readObject(ExtendedIOUtil.ClassResolver classResolver) |
String |
readString() |
static InputStream |
unwrap(InputStream stream) |
static ExtendedDataInputStream |
wrap(InputStream stream) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytespublic ExtendedDataInputStream(InputStream in)
public byte[] readByteArray()
throws IOException
readByteArray in interface ExtendedDataInputIOExceptionpublic String readString() throws IOException
readString in interface ExtendedDataInputIOExceptionpublic Object readObject() throws IOException
readObject in interface ExtendedDataInputIOExceptionpublic <T extends Enum<?>> T readEnum(Class<T> type) throws IOException
readEnum in interface ExtendedDataInputIOExceptionpublic Throwable readException() throws IOException
readException in interface ExtendedDataInputIOExceptionpublic Object readObject(ClassLoader classLoader) throws IOException
readObject in interface ExtendedDataInputIOExceptionpublic Object readObject(ExtendedIOUtil.ClassResolver classResolver) throws IOException
readObject in interface ExtendedDataInputIOExceptionpublic static ExtendedDataInputStream wrap(InputStream stream)
public static InputStream unwrap(InputStream stream)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.