Note about usage by the parser factory implementations: the expectation is that at least one of methods {@link #constructWriter} and{@link #constructOutputStream} will succeed, but not necessarily both.This generally depends on type of resource being represented: for example, if the source is a StringBuilder, it is most naturally represent via {@link Writer}. For File-backed results, on the other hand, an {@link OutputStream} is the most natural access method.
Other things to note about using result {@link Writer}s and {@link OutputStream}s:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|