com.sun.grizzly.util.buf
Interface CharChunk.CharOutputChannel

All Known Implementing Classes:
GrizzlyInputBuffer, GrizzlyOutputBuffer
Enclosing class:
CharChunk

public static interface CharChunk.CharOutputChannel

When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.


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

Method Detail

realWriteChars

void realWriteChars(char[] 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 © 2008 SUN Microsystems. All Rights Reserved.