Interface BinaryDataObject

    • Method Detail

      • writeTo

        void writeTo​(DataWriter out)
              throws IOException
        Writes the content of this DataObject to the given binary output.
        Parameters:
        out - The writer to write this object to.
        Throws:
        IOException - If writing fails.