public class ChannelBufferOutputStream extends OutputStream
| 构造器和说明 |
|---|
ChannelBufferOutputStream(ChannelBuffer buffer) |
public ChannelBufferOutputStream(ChannelBuffer buffer)
public int writtenBytes()
public void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic ChannelBuffer buffer()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.