Class SVNSpillBufferReader
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.SVNSpillBufferReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class SVNSpillBufferReader extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description SVNSpillBufferReader(SVNSpillBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread(byte[] data, int offset, int length)charreadChar()voidwrite(byte[] data, int offset, int length)
-
-
-
Constructor Detail
-
SVNSpillBufferReader
public SVNSpillBufferReader(SVNSpillBuffer buffer)
-
-
Method Detail
-
read
public int read(byte[] data, int offset, int length) throws java.io.IOException- Throws:
java.io.IOException
-
readChar
public char readChar() throws SVNException- Throws:
SVNException
-
write
public void write(byte[] data, int offset, int length)
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-