class FullContentFilterReader : FilterReader
FullContent filter reader edits a file based on the full content. The content is represented by a StringBuilder.
FullContentFilterReader(reader: Reader)
initializes an instances of a full content filter reader |
lateinit var action: Action<StringBuilder>
Action to change the content of the file stored in the StringBuilder instance. |
fun filterReader(source: Reader): Reader
Changes the file source stream. |