public class WikiTextReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
NO_CHAR
Constant for an empty char array
|
| Constructor and Description |
|---|
WikiTextReader(String templateBaseFileName) |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
getInputStreamAsCharArray(InputStream stream,
int length,
Charset charset)
Returns the given input stream's contents as a character array.
|
String |
getPlainContent(String wikiTitle) |
public WikiTextReader(String templateBaseFileName)
public static char[] getInputStreamAsCharArray(InputStream stream, int length, Charset charset) throws IOException
IOException - if a problem occured reading the stream.Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.