public interface MarkableDataInput extends DataInput
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
mark(int readAhead) |
int |
read(byte[] b) |
AMQShortString |
readAMQShortString() |
QpidByteBuffer |
readAsByteBuffer(int len) |
void |
reset() |
long |
skip(long i) |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
void mark(int readAhead)
void reset() throws IOException
IOException
int available() throws IOException
IOException
long skip(long i) throws IOException
IOException
int read(byte[] b) throws IOException
IOException
QpidByteBuffer readAsByteBuffer(int len) throws IOException
IOException
AMQShortString readAMQShortString() throws IOException
IOException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.