public class SVNLogInputStream extends InputStream
Constructor and Description |
---|
SVNLogInputStream(InputStream in,
OutputStream log) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flushBuffer() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, mark, markSupported, read, reset
public SVNLogInputStream(InputStream in, OutputStream log)
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void flushBuffer()
Copyright © 2018. All rights reserved.