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