org.tigris.subversion.javahl
Class SVNInputStream.Outputer

java.lang.Object
  extended by org.tigris.subversion.javahl.SVNInputStream.Outputer
All Implemented Interfaces:
OutputInterface
Enclosing class:
SVNInputStream

public class SVNInputStream.Outputer
extends Object
implements OutputInterface

this class implements the connection to SVNAdmin


Method Summary
 void close()
          close the output
 int write(byte[] data)
          write the bytes in data to java
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public int write(byte[] data)
          throws IOException
write the bytes in data to java

Specified by:
write in interface OutputInterface
Parameters:
data - the data to be written
Throws:
IOException - throw in case of problems.

close

public void close()
           throws IOException
close the output

Specified by:
close in interface OutputInterface
Throws:
IOException - throw in case of problems.