org.tigris.subversion.svnclientadapter
Class Annotations.AnnotateInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.tigris.subversion.svnclientadapter.Annotations.AnnotateInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Annotations

protected static class Annotations.AnnotateInputStream
extends java.io.InputStream


Constructor Summary
Annotations.AnnotateInputStream(ISVNAnnotations annotations)
          Constructor
 
Method Summary
 int available()
           
 int read()
           
 void reset()
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotations.AnnotateInputStream

public Annotations.AnnotateInputStream(ISVNAnnotations annotations)
Constructor

Parameters:
annotations -
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

available

public int available()
              throws java.io.IOException
Overrides:
available in class java.io.InputStream
Throws:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
Overrides:
reset in class java.io.InputStream
Throws:
java.io.IOException