com.ibm.ffdc.config

Interface IncidentStream.Writer<T extends java.io.OutputStream>

Enclosing interface:
IncidentStream

  1. public static interface IncidentStream.Writer<T extends java.io.OutputStream>
Custom formatters or formattable implementations can use this interface to access the output stream used by the incident stream.

Method Summary

Modifier and Type Method and Description
  1. void
writeTo(T os)
Write custom content to the provided output stream.

Method Detail

writeTo

  1. void writeTo(T os)
  2. throws java.io.IOException
Write custom content to the provided output stream.
Parameters:
os -
Throws:
java.io.IOException