public class TranslateReader extends FilterReader
in| Constructor and Description |
|---|
TranslateReader(I2PAppContext ctx,
String bundle,
InputStream in) |
TranslateReader(I2PAppContext ctx,
String bundle,
Reader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args)
Do not comment out, used to extract tags as a part of the build process.
|
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
public TranslateReader(I2PAppContext ctx, String bundle, InputStream in) throws IOException
bundle - may be null for tagging onlyin - UTF-8IOExceptionpublic TranslateReader(I2PAppContext ctx, String bundle, Reader in) throws IOException
bundle - may be null for tagging onlyIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderIOExceptionpublic static void main(String[] args)
public void mark(int readLimit)
mark in class FilterReaderpublic boolean markSupported()
markSupported in class FilterReaderpublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic boolean ready()
throws IOException
ready in class FilterReaderIOExceptionpublic void reset()
throws IOException
reset in class FilterReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOException