org.apache.struts2.util.tomcat.buf
Interface ByteChunk.ByteOutputChannel

Enclosing class:
ByteChunk

public static interface ByteChunk.ByteOutputChannel

Same as java.nio.channel.WrittableByteChannel.


Method Summary
 void realWriteBytes(byte[] cbuf, int off, int len)
          Send the bytes ( usually the internal conversion buffer ).
 

Method Detail

realWriteBytes

void realWriteBytes(byte[] cbuf,
                    int off,
                    int len)
                    throws IOException
Send the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.

Throws:
IOException


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.