Class MzTabValidatingWriter.WriteAndParseValidator

    • Constructor Detail

      • WriteAndParseValidator

        public WriteAndParseValidator​(OutputStream outputStream,
                                      MZTabErrorType.Level level,
                                      int maxErrorCount)
        Create a new instance of this validator.
        Parameters:
        outputStream - the output stream to write to.
        level - the error level for validation.
        maxErrorCount - the maximum number of errors before an overflow exception while stop further processing.