tango.io.stream.Map

Members

Classes

MapInput
class MapInput(T)

Provides load facilities for a properties stream. That is, a file or other medium containing lines of text with a name=value layout.

MapOutput
class MapOutput(T)

Provides write facilities on a properties stream. That is, a file or other medium which will contain lines of text with a name=value layout.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Oct 2007

Authors

Kris

Simple serialization for text-based name/value pairs.