Interface Writeable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Writeable.Reader<V>
      Reference to a method that can read some object from a stream.
      static interface  Writeable.Writer<V>
      Reference to a method that can write some object to a StreamOutput.
    • Method Summary

      Modifier and Type Method Description
      void writeTo​(StreamOutput out)
      Write this into the StreamOutput.
    • Method Detail

      • writeTo

        void writeTo​(StreamOutput out)
              throws java.io.IOException
        Write this into the StreamOutput.
        Throws:
        java.io.IOException