|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A interface for classes providing an output stream of bytes.
This interface is similar to the Java OutputStream
,
but with a narrower interface to make it easier to implement.
Method Summary | |
void |
write(byte[] buf,
int len)
|
Method Detail |
public void write(byte[] buf, int len) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |