Interface Streamable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void writeToStream​(java.io.OutputStream os)
      DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
    • Method Detail

      • writeToStream

        void writeToStream​(java.io.OutputStream os)
                    throws java.io.IOException
        DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.