Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface OutputInterface
public void close() throws IOException
close the output
public int write(byte[] data) throws IOException
write the bytes in data to java
- Parameters:
data
- the data to be writtem