ByteWriterpublic interface ByteWriter This interface defines additional functionalities a web container can
provide for the response writer. If implementated, perfermance will
likely to be improved. |
Methods Summary |
---|
public void | write(byte[] buff, int off, int len, int strlen)Write a portion of a byte array to the output.
|
|