Inheritance diagram for ChildesReader:
Collaboration diagram for ChildesReader:Public Methods | |
| void | getPreview (InputStream input, OutputStream output, String encoding) throws IOException |
| boolean | supportsContent (InputStream input) |
| Result | run () throws IOException |
Protected Methods | |
| void | processText (InputStream input, OutputStream output, boolean writeAnnotations, String docId, String encoding) throws IOException |
Protected Static Methods | |
| static String | deleteNullsFromString (String toProcess) |
Protected Attributes | |
| ISignalOutputAdapter< String > | signalWriter |
| ISignalInputAdapter | sa |
Package Attributes | |
| boolean | add = false |
| static String deleteNullsFromString | ( | String | toProcess | ) | [static, protected, inherited] |
Reimplemented in TweetArchiveReader.
| void getPreview | ( | InputStream | input, |
| OutputStream | output, | ||
| String | encoding | ||
| ) | throws IOException |
Reimplemented from TextReader.
| void processText | ( | InputStream | input, |
| OutputStream | output, | ||
| boolean | writeAnnotations, | ||
| String | docId, | ||
| String | encoding | ||
| ) | throws IOException [protected] |
Reimplemented from TextReader.
| Result run | ( | ) | throws IOException [inherited] |
Reimplemented in TweetArchiveReader.
| boolean supportsContent | ( | InputStream | input | ) |
Reimplemented from TextReader.
boolean add = false [package] |
ISignalInputAdapter sa [protected, inherited] |
Reimplemented in TweetArchiveReader.
ISignalOutputAdapter<String> signalWriter [protected, inherited] |
Reimplemented in TweetArchiveReader.