org.apache.tomcat.util.buf

Interface ByteChunk.ByteOutputChannel

public static interface ByteChunk.ByteOutputChannel

Same as java.nio.channel.WrittableByteChannel.
Method Summary
voidrealWriteBytes(byte[] cbuf, int off, int len)
Send the bytes ( usually the internal conversion buffer ).

Method Detail

realWriteBytes

public void realWriteBytes(byte[] cbuf, int off, int len)
Send the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.