org.apache.tomcat.util.buf
Interface ByteChunk.ByteOutputChannel
- InternalOutputBuffer, OutputBuffer, OutputBuffer
public static interface ByteChunk.ByteOutputChannel
void | realWriteBytes(cbuf[] , int off, int len) - Send the bytes ( usually the internal conversion buffer ).
|
realWriteBytes
public void realWriteBytes(cbuf[] ,
int off,
int len)
throws IOException
Send the bytes ( usually the internal conversion buffer ).
Expect 8k output if the buffer is full.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.