Interface InfoStreams
-
- All Known Implementing Classes:
SingleStream
public interface InfoStreams
The Basic Services provide InfoStreams for reporting information.When creating a message for a stream, you can create an initial entry with header information and then append to it as many times as desired.
- See Also:
HeaderPrintWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderPrintWriter
stream()
Return the default stream.
-
-
-
Method Detail
-
stream
HeaderPrintWriter stream()
Return the default stream. If the default stream could not be set up as requested then it points indirectly to System.err.- Returns:
- the default stream.
-
-