public class ChannelBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
ChannelBufferOutputStream(ChannelBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
ChannelBuffer |
buffer() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
int |
writtenBytes() |
close, flushpublic ChannelBufferOutputStream(ChannelBuffer buffer)
public int writtenBytes()
public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic ChannelBuffer buffer()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.