Class Annotations.AnnotateInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.tigris.subversion.svnclientadapter.Annotations.AnnotateInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- Annotations
protected static class Annotations.AnnotateInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description AnnotateInputStream(ISVNAnnotations annotations)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intavailable()intread()voidreset()
-
-
-
Constructor Detail
-
AnnotateInputStream
public AnnotateInputStream(ISVNAnnotations annotations)
Constructor- Parameters:
annotations-
-
-
Method Detail
-
read
public int read() throws java.io.IOException- Specified by:
readin classjava.io.InputStream- Throws:
java.io.IOException
-
available
public int available() throws java.io.IOException- Overrides:
availablein classjava.io.InputStream- Throws:
java.io.IOException
-
reset
public void reset() throws java.io.IOException- Overrides:
resetin classjava.io.InputStream- Throws:
java.io.IOException
-
-