org.glassfish.jsp.api
接口 ByteWriter
public interface ByteWriter
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)
Write a portion of a byte array to the output. |
write
void write(byte[] buff,
int off,
int len)
throws IOException
- Write a portion of a byte array to the output.
- 参数:
buff - A byte arrayoff - Offset from which to start reading bytelen - Number of bytes to write
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.