public class CharsetStreamTranslator
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_BUFFER_SIZE |
Constructor and Description |
---|
CharsetStreamTranslator(java.nio.charset.Charset inputCharset,
java.nio.charset.Charset outputCharset,
java.io.InputStream source) |
CharsetStreamTranslator(java.nio.charset.Charset inputCharset,
java.nio.charset.Charset outputCharset,
java.io.InputStream source,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
processNext() |
int |
read() |
public static final int BYTE_BUFFER_SIZE
public CharsetStreamTranslator(java.nio.charset.Charset inputCharset, java.nio.charset.Charset outputCharset, java.io.InputStream source, int bufferSize)
public CharsetStreamTranslator(java.nio.charset.Charset inputCharset, java.nio.charset.Charset outputCharset, java.io.InputStream source)