Interface IOTraceWriter

All Superinterfaces:
Flushable
All Known Implementing Classes:
DefaultIOTraceWriter, IOTraceLogWriter

public interface IOTraceWriter extends Flushable
Instances of IOTraceWriter are responsible for persisting io traces.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    writeEntry(@NotNull String entry)
    Persist a entry
    void
    writeHeader(@NotNull String header)
    Persist a header
  • Method Details

    • writeHeader

      void writeHeader(@NotNull @NotNull String header)
      Persist a header
      Parameters:
      header -
    • writeEntry

      void writeEntry(@NotNull @NotNull String entry)
      Persist a entry
      Parameters:
      entry -
    • flush

      void flush()
      Specified by:
      flush in interface Flushable