Closeable, AutoCloseable, Readablepublic class TranslateReader extends FilterReader
in| Constructor | Description |
|---|---|
TranslateReader(I2PAppContext ctx,
String bundle,
InputStream in) |
|
TranslateReader(I2PAppContext ctx,
String bundle,
Reader in) |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, transferTopublic 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 int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterReaderIOExceptionpublic boolean ready()
throws IOException
ready in class FilterReaderIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class FilterReaderIOExceptionpublic void mark(int readLimit)
mark in class FilterReaderpublic void reset()
throws IOException
reset in class FilterReaderIOExceptionpublic boolean markSupported()
markSupported in class FilterReaderpublic static void main(String[] args)