Interface Writeable.Reader<V>

    • Method Detail

      • read

        V read​(StreamInput in)
        throws java.io.IOException
        Read V-type value from a stream.
        Parameters:
        in - Input to read the value from
        Throws:
        java.io.IOException