public class SVNCharsetInputStream extends FilterInputStream
in| Constructor and Description |
|---|
SVNCharsetInputStream(InputStream in,
Charset inputCharset,
Charset outputCharset,
CodingErrorAction malformedInputAction,
CodingErrorAction unmappableCharAction) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
String |
toString() |
available, close, mark, markSupported, reset, skippublic SVNCharsetInputStream(InputStream in, Charset inputCharset, Charset outputCharset, CodingErrorAction malformedInputAction, CodingErrorAction unmappableCharAction)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2025. All rights reserved.