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
IOException
public char readChar() throws SVNException
SVNException
public void write(byte[] data, int offset, int length)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2019. All rights reserved.