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, resetpublic SVNLogInputStream(InputStream in, OutputStream log)
public long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void flushBuffer()
Copyright © 2025. All rights reserved.