class FileContentReader : BaseFilterReader, ChainableReader
<init> |
FileContentReader(input: Reader) |
chain |
fun chain(reader: Reader): Reader |
read |
fun read(): Int |
filter |
fun filter(filterable: ContentFilterable, filter: (String) -> String): Unit |
props |
fun props(filter: (String) -> String): Map<String, (String) -> String> |