Class ARCTestUtils

    • Constructor Summary

      Constructors 
      Constructor Description
      ARCTestUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readARCRecord​(org.archive.io.arc.ARCRecord ar)
      Reads the content of the given record.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • readARCRecord

        public static java.lang.String readARCRecord​(org.archive.io.arc.ARCRecord ar)
        Reads the content of the given record. Does not close the record - that causes trouble.
        Parameters:
        ar - An ARCRecord to be read
        Returns:
        The content of the record, as a String.