public class Html2TxtConverter extends FilterReader
Modifier and Type | Field and Description |
---|---|
static int |
A |
static int |
HIDE_ALL |
static int |
I |
static int |
IMG |
in
Constructor and Description |
---|
Html2TxtConverter(int mode,
Reader in) |
Html2TxtConverter(int mode,
Reader in,
String encoding) |
Modifier and Type | Method and Description |
---|---|
static void |
convert(int mode,
Reader in,
Writer out) |
static void |
convert(int mode,
Reader in,
Writer out,
String encoding) |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skip
public static final int HIDE_ALL
public static final int A
public static final int IMG
public static final int I
public Html2TxtConverter(int mode, Reader in, String encoding) throws IOException
IOException
public Html2TxtConverter(int mode, Reader in) throws IOException
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException
public int read() throws IOException
read
in class FilterReader
IOException
public static void convert(int mode, Reader in, Writer out) throws IOException
IOException
public static void convert(int mode, Reader in, Writer out, String encoding) throws IOException
IOException
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)