Class ARCTestUtils


  • public class ARCTestUtils
    extends Object
    • Constructor Detail

      • ARCTestUtils

        public ARCTestUtils()
    • Method Detail

      • readARCRecord

        public static 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.