public class SVNSpillBufferInputStream extends InputStream
| Constructor and Description |
|---|
SVNSpillBufferInputStream(SVNSpillBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
available, mark, markSupported, reset, skippublic SVNSpillBufferInputStream(SVNSpillBuffer buffer)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2025. All rights reserved.