public class SVNSpillBufferReader
extends java.lang.Object
implements java.io.Closeable
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) |
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
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.