com.caucho.jsp
Interface ByteWriteStream

All Known Implementing Classes:
QBodyContent

public interface ByteWriteStream


Method Summary
 void write(byte[] data, int offset, int length)
           
 

Method Detail

write

public void write(byte[] data,
                  int offset,
                  int length)
           throws java.io.IOException