com.ibm.ffdc.config
Interface IncidentStream.Writer<T extends java.io.OutputStream>
Enclosing interface:
- public static interface IncidentStream.Writer<T extends java.io.OutputStream>
Method Summary
Modifier and Type | Method and Description |
---|---|
|
writeTo(T os)
Write custom content to the provided output stream.
|
Method Detail
writeTo
- void writeTo(T os)
- throws java.io.IOException
Write custom content to the provided output stream.
Parameters:
os
- Throws:
java.io.IOException