public class SVNSpillBufferReader
extends java.lang.Object
implements java.io.Closeable
Modifier and Type | Field and Description |
---|---|
private SVNSpillBuffer |
buffer |
private byte[] |
saveBuffer |
private int |
saveLength |
private int |
savePointer |
private int |
savePosition |
private byte[] |
sbBuffer |
private int |
sbLength |
private int |
sbPointer |
Constructor and Description |
---|
SVNSpillBufferReader(SVNSpillBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(byte[] data,
int offset,
int length) |
char |
readChar() |
void |
write(byte[] data,
int offset,
int length) |
private final SVNSpillBuffer buffer
private byte[] saveBuffer
private int savePointer
private int savePosition
private int saveLength
private byte[] sbBuffer
private int sbPointer
private int sbLength
public SVNSpillBufferReader(SVNSpillBuffer buffer)
public int read(byte[] data, int offset, int length) throws java.io.IOException
java.io.IOException
public char readChar() throws SVNException
SVNException
public void write(byte[] data, int offset, int length)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable