public class SVNCharsetInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
SVNCharsetInputStream(java.io.InputStream in,
java.nio.charset.Charset inputCharset,
java.nio.charset.Charset outputCharset,
java.nio.charset.CodingErrorAction malformedInputAction,
java.nio.charset.CodingErrorAction unmappableCharAction) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
java.lang.String |
toString() |
public SVNCharsetInputStream(java.io.InputStream in,
java.nio.charset.Charset inputCharset,
java.nio.charset.Charset outputCharset,
java.nio.charset.CodingErrorAction malformedInputAction,
java.nio.charset.CodingErrorAction unmappableCharAction)
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.