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, skip
public SVNCharsetInputStream(InputStream in, Charset inputCharset, Charset outputCharset, CodingErrorAction malformedInputAction, CodingErrorAction unmappableCharAction)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2022. All rights reserved.