Interface Transportable

    • Method Detail

      • fromStream

        KeyValuePair fromStream​(java.io.InputStream is)
                         throws java.io.IOException
        Read the object from the input stream.
        Parameters:
        is - The stream to read from.
        Returns:
        -
        Throws:
        java.io.IOException - -
      • toStream

        void toStream​(java.io.OutputStream os)
               throws java.io.IOException
        Write the object to the output stream.
        Parameters:
        os - The stream to write into.
        Throws:
        java.io.IOException - -