Class SimpleParser

    • Constructor Detail

      • SimpleParser

        public SimpleParser()
        Default constructor.
    • Method Detail

      • readEntry

        public Entry readEntry()
                        throws java.io.IOException
        Reads the next entry from the input stream. If end of stream encountered a null value is returned.
        Returns:
        the next Entry in the input stream.
        Throws:
        java.io.IOException
        See Also:
        IOException
      • writeEntry

        public void writeEntry​(Entry entry)
                        throws java.io.IOException
        Write an entry to the current output stream.
        Parameters:
        entry - The entry to write
        Throws:
        java.io.IOException - if an I/O error occurs.
      • getVersion

        public java.lang.String getVersion()
        Version information.
        Returns:
        version information