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 int
available()
int
read()
void
reset()
-
-
-
Constructor Detail
-
AnnotateInputStream
public AnnotateInputStream(ISVNAnnotations annotations)
Constructor- Parameters:
annotations
-
-
-
Method Detail
-
read
public int read() throws java.io.IOException
- Specified by:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
available
public int available() throws java.io.IOException
- Overrides:
available
in classjava.io.InputStream
- Throws:
java.io.IOException
-
reset
public void reset() throws java.io.IOException
- Overrides:
reset
in classjava.io.InputStream
- Throws:
java.io.IOException
-
-