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, skip
public SVNSpillBufferInputStream(SVNSpillBuffer buffer)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] bytes) throws IOException
read
in class InputStream
IOException
public int read(byte[] bytes, int offset, int length) throws IOException
read
in class InputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
Copyright © 2019. All rights reserved.