This interface defines additional functionalities a web container can
provide for the response writer. If implementated, perfermance will
likely to be improved.
作者:
Kin-man Chung
方法摘要
void
write(byte[] buff,
int off,
int len,
int strlen)
Write a portion of a byte array to the output.
方法详细信息
write
void write(byte[] buff,
int off,
int len,
int strlen)
throws IOException
Write a portion of a byte array to the output.
参数:
buff - A byte array
off - Offset from which to start reading byte
len - Number of bytes to write
strlen - If non-zero, the length of the string from which
the bytes was converted. If zero, then the string
length is unknown.