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, skipBytesvoid mark(int readAhead)
void reset()
throws IOException
IOExceptionint available()
throws IOException
IOExceptionlong skip(long i)
throws IOException
IOExceptionint read(byte[] b)
throws IOException
IOExceptionQpidByteBuffer readAsByteBuffer(int len) throws IOException
IOExceptionAMQShortString readAMQShortString() throws IOException
IOExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.