Package org.glassfish.grizzly.http.util
Interface ByteChunk.ByteOutputChannel
-
- Enclosing class:
- ByteChunk
public static interface ByteChunk.ByteOutputChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrealWriteBytes(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 IOExceptionSend the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.- Throws:
IOException
-
-