Class SVNSpillBufferReader
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNSpillBufferReader
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SVNSpillBufferprivate byte[]private intprivate intprivate intprivate byte[]private intprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
-
saveBuffer
private byte[] saveBuffer -
savePointer
private int savePointer -
savePosition
private int savePosition -
saveLength
private int saveLength -
sbBuffer
private byte[] sbBuffer -
sbPointer
private int sbPointer -
sbLength
private int sbLength
-
-
Constructor Details
-
SVNSpillBufferReader
-
-
Method Details
-
read
- Throws:
IOException
-
readChar
- Throws:
SVNException
-
write
public void write(byte[] data, int offset, int length) -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-