public class SVNSpillBufferInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
byteBuffer |
private SVNSpillBufferReader |
reader |
| Constructor and Description |
|---|
SVNSpillBufferInputStream(SVNSpillBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
private final SVNSpillBufferReader reader
private final byte[] byteBuffer
public SVNSpillBufferInputStream(SVNSpillBuffer buffer)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] bytes)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStream