public class DebugDataInputExtended extends DataInputExtendedDecorator
| Constructor and Description |
|---|
DebugDataInputExtended(DataInputExtended input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readBytes() |
<T> T |
readEncodable(Class<T> encodableType) |
<T> T[] |
readEncodables(Class<T> encodableType) |
int |
readInt() |
long |
readLong() |
String |
readUTF() |
String[] |
readUTFs() |
getDataInputStream, readBooleans, readChar, readChars, readDouble, readDoubles, readFloat, readFloats, readFully, readFully, readInts, readLine, readLongs, readSerializable, readSerializables, readShort, readShorts, readUnsignedByte, readUnsignedShort, skipBytespublic DebugDataInputExtended(DataInputExtended input)
public boolean readBoolean() throws IOException
readBoolean in interface DataInputreadBoolean in class DataInputExtendedDecoratorIOExceptionpublic byte readByte() throws IOException
readByte in interface DataInputreadByte in class DataInputExtendedDecoratorIOExceptionpublic byte[] readBytes() throws IOException
readBytes in interface DataInputExtendedreadBytes in class DataInputExtendedDecoratorIOExceptionpublic int readInt() throws IOException
readInt in interface DataInputreadInt in class DataInputExtendedDecoratorIOExceptionpublic long readLong() throws IOException
readLong in interface DataInputreadLong in class DataInputExtendedDecoratorIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataInputreadUTF in class DataInputExtendedDecoratorIOExceptionpublic String[] readUTFs() throws IOException
readUTFs in interface DataInputExtendedreadUTFs in class DataInputExtendedDecoratorIOExceptionpublic <T> T readEncodable(Class<T> encodableType) throws IOException
readEncodable in interface DataInputExtendedreadEncodable in class DataInputExtendedDecoratorIOExceptionpublic <T> T[] readEncodables(Class<T> encodableType) throws IOException
readEncodables in interface DataInputExtendedreadEncodables in class DataInputExtendedDecoratorIOExceptionCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.