Interface NameValuesWriter


  • public interface NameValuesWriter
    Interface for writing name/value pairs.
    • Method Detail

      • write

        void write​(String name,
                   WriteStreamAction writer)
        Write a value for a name.
        Parameters:
        name - The name corresponding to the value to be stored.
        writer - A function which can save the value.