Interface WriterFunction<T>

Type Parameters:
T - the parameter

public interface WriterFunction<T>
Internal class
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(OutputStream out, T value)
    Write a value
  • Method Details

    • write

      void write(OutputStream out, T value) throws IOException
      Write a value
      Parameters:
      out - the outputstream
      value - the value
      Throws:
      IOException - if any exception happens