public class AmqpStreamWriter extends AmqpBaseWriter
| Constructor and Description |
|---|
AmqpStreamWriter(WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
getOffset() |
void |
write(int ch) |
void |
writeByte(int offset,
int value) |
shiftRight, writeIntpublic AmqpStreamWriter(WriteStream os)
public void write(int ch)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic int getOffset()
getOffset in class AmqpBaseWriterpublic void writeByte(int offset,
int value)
writeByte in class AmqpBaseWriter