public interface OutputInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the output
|
int |
write(byte[] data)
write the bytes in data to java
|
int write(byte[] data) throws java.io.IOException
data - the data to be writtemjava.io.IOException - throw in case of problems.void close()
throws java.io.IOException
java.io.IOException - throw in case of problems.