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