Package de.intarsys.tools.reader
-
Interface Summary Interface Description IDirectTagHandler ILocationProvider An interface describing the ability to provide information about the current context into a data stream.IUnEscaper An interface for readers that can escape character sequences. -
Class Summary Class Description DirectTagReader AReader
that is aware of embedded tags.FillReader A Helper reader that repeatedly returns the characters in a predefined pattern until it is closed.LocationAwareReader An implementation of ILocationProvider.LogReader A reader that logs any char read.UnEscapeReader A reader that can unescape character data from a wrapped reader.