public class SVNInputStream.Outputer extends Object implements OutputInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the output
|
int |
write(byte[] data)
write the bytes in data to java
|
public int write(byte[] data)
throws IOException
write in interface OutputInterfacedata - the data to be writtenIOException - throw in case of problems.public void close()
throws IOException
close in interface OutputInterfaceIOException - throw in case of problems.Copyright © 2025. All rights reserved.