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 IOException
data - the data to be writtemIOException - throw in case of problems.void close()
throws IOException
IOException - throw in case of problems.Copyright © 2025. All rights reserved.