Class UNKNOWN

    • Method Detail

      • serialize

        public void serialize​(java.io.DataOutputStream dos)
                       throws java.io.IOException
        Description copied from class: Data
        The internal method used to serialize Data subclasses.
        Specified by:
        serialize in class Data
        Parameters:
        dos - the output stream to serialize to.
        Throws:
        java.io.IOException - if an I/O error occurs.
      • parse

        public static UNKNOWN parse​(java.io.DataInputStream dis,
                                    int payloadLength,
                                    Record.TYPE type)
                             throws java.io.IOException
        Throws:
        java.io.IOException