public interface ExtendedDataInput
extends java.io.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 java.lang.Enum<?>> |
readEnum(java.lang.Class<T> type) |
java.lang.Throwable |
readException() |
java.lang.Object |
readObject() |
java.lang.Object |
readObject(java.lang.ClassLoader classLoader) |
java.lang.Object |
readObject(ExtendedIOUtil.ClassResolver classResolver) |
java.lang.String |
readString() |
int |
readVarInt() |
long |
readVarLong() |
int readVarInt() throws java.io.IOException
java.io.IOException
long readVarLong() throws java.io.IOException
java.io.IOException
byte[] readByteArray() throws java.io.IOException
java.io.IOException
java.lang.Object readObject() throws java.io.IOException
java.io.IOException
java.lang.Object readObject(java.lang.ClassLoader classLoader) throws java.io.IOException
java.io.IOException
java.lang.Object readObject(ExtendedIOUtil.ClassResolver classResolver) throws java.io.IOException
java.io.IOException
java.lang.String readString() throws java.io.IOException
java.io.IOException
<T extends java.lang.Enum<?>> T readEnum(java.lang.Class<T> type) throws java.io.IOException
java.io.IOException
java.lang.Throwable readException() throws java.io.IOException
java.io.IOException
Copyright (c) 2004-2019 Eike Stepper (Loehne, 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