|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.caucho.amqp.io.AmqpFrameReader
public class AmqpFrameReader
Constructor Summary | |
---|---|
AmqpFrameReader()
|
|
AmqpFrameReader(ReadStream is)
|
Method Summary | |
---|---|
void |
finishFrame()
|
int |
getOffset()
|
int |
getSize()
|
void |
init(ReadStream is)
|
int |
read()
|
boolean |
startFrame()
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmqpFrameReader()
public AmqpFrameReader(ReadStream is)
Method Detail |
---|
public void init(ReadStream is)
public int getSize()
public int getOffset()
public boolean startFrame() throws java.io.IOException
java.io.IOException
public void finishFrame() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |