|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is the writable interface that all input streams implement
| Method Summary | |
void |
write(byte[] b,
int off,
int len)
write a number of bytes to the output stream |
void |
write(int b)
write a byte |
| Method Detail |
public void write(int b)
throws IOException
b - the byte to write
IOException - if there is an IO error
public void write(byte[] b,
int off,
int len)
throws IOException
b - The array to read fromoff - The offset to start reading fromlen - The maximum number of bytes to write
IOException - if there is an IO error
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||