public class SVNSpillBufferReader extends Object implements 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 IOException
IOExceptionpublic char readChar()
throws SVNException
SVNExceptionpublic void write(byte[] data,
int offset,
int length)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2025. All rights reserved.