| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.tigris.subversion.javahl.SVNInputStream.Outputerpublic void close()
throws IOExceptionclose the output
- Specified by:
- close in interface OutputInterface
public int write(byte[] data)
throws IOExceptionwrite the bytes in data to java
- Specified by:
- write in interface OutputInterface
- Parameters:
data- the data to be writtem