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 | Description |
---|---|
DirectTagReader |
A
Reader 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.
|