|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.caucho.amqp.io.AmqpBaseWriter
com.caucho.amqp.io.AmqpStreamWriter
public class AmqpStreamWriter
Constructor Summary | |
---|---|
AmqpStreamWriter(WriteStream os)
|
Method Summary | |
---|---|
void |
flush()
|
int |
getOffset()
|
void |
write(int ch)
|
void |
writeByte(int offset,
int value)
|
Methods inherited from class com.caucho.amqp.io.AmqpBaseWriter |
---|
shiftRight, writeInt |
Methods inherited from class java.io.OutputStream |
---|
close, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmqpStreamWriter(WriteStream os)
Method Detail |
---|
public void write(int ch) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public int getOffset()
getOffset
in class AmqpBaseWriter
public void writeByte(int offset, int value)
writeByte
in class AmqpBaseWriter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |