|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Output
Provides methods for writing byte data.
Method Summary | |
---|---|
void |
close()
Close the underlying media. |
void |
flush()
Ensure that all previous writes have been committed. |
void |
write(byte[] b)
Write an array of bytes. |
void |
write(byte[] b,
int offset,
int length)
Write a series of bytes. |
void |
write(int b)
Write a single byte. |
Method Detail |
---|
void write(int b) throws IORuntimeException
IORuntimeException
void write(byte[] b) throws IORuntimeException
IORuntimeException
void write(byte[] b, int offset, int length) throws IORuntimeException
offset
- within b defining start of series.length
- number of bytes to write.
IORuntimeException
void flush() throws IORuntimeException
IORuntimeException
void close() throws IORuntimeException
IORuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |