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.InputStream
java.io.IOException
public int read(byte[] bytes) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] bytes, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream