public interface ExtendedDataInput extends DataInput
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtendedDataInput.Delegating |
static class |
ExtendedDataInput.Stream |
| 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() |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesbyte[] readByteArray()
throws IOException
IOExceptionObject readObject() throws IOException
IOExceptionObject readObject(ClassLoader classLoader) throws IOException
IOExceptionObject readObject(ExtendedIOUtil.ClassResolver classResolver) throws IOException
IOExceptionString readString() throws IOException
IOException<T extends Enum<?>> T readEnum(Class<T> type) throws IOException
IOExceptionThrowable readException() throws IOException
IOExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html