|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOutputStream
Output stream interface.
| Method Summary | |
|---|---|
void |
write(byte[] data)
Writes a byte array into the stream. |
void |
write(byte[] data,
int offset,
int length)
Writes a byte range into the stream. |
void |
write(IInputStream data)
Writes an IInputStream into the stream. |
void |
write(String data)
Writes a string into the stream. |
| Methods inherited from interface it.stefanochizzolini.clown.bytes.IStream |
|---|
getLength |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
void write(byte[] data)
data - Byte array to write into the stream.
void write(byte[] data,
int offset,
int length)
data - Byte array to write into the stream.offset - Location in the byte array at which writing begins.length - Number of bytes to write.void write(String data)
data - String to write into the stream.void write(IInputStream data)
IInputStream into the stream.
data - IInputStream to write into the stream.
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||