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