Uses of Class
org.netpreserve.jwarc.WarcRecord
Packages that use WarcRecord
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of WarcRecord in org.netpreserve.jwarc
Classes in org.netpreserve.jwarc with type parameters of type WarcRecordModifier and TypeClassDescriptionstatic classWarcRecord.AbstractBuilder<R extends WarcRecord,B extends WarcRecord.AbstractBuilder<R, B>> static interfaceWarcRecord.Constructor<R extends WarcRecord>Subclasses of WarcRecord in org.netpreserve.jwarcModifier and TypeClassDescriptionclassA type of WARC record created as part of a web capture event.classclassclassThe warcinfo record contains information about the web crawl that generated the records following it.classclassclassclassclassA WARC record describing a subsequent visitation of content previously archived.classA WARC record associated with some target URI.Classes in org.netpreserve.jwarc that implement interfaces with type arguments of type WarcRecordModifier and TypeClassDescriptionclassFilter expressions for matching WARC records.classMethods in org.netpreserve.jwarc that return types with arguments of type WarcRecordModifier and TypeMethodDescriptionWarcReader.iterator()Returns an iterator over the records in the WARC file.WarcReader.next()Reads the next WARC record.WarcReader.records()Returns a Stream over the records in the WARC file.Methods in org.netpreserve.jwarc with parameters of type WarcRecordModifier and TypeMethodDescriptionvoidConcurrentRecordSet.add(WarcRecord record) Adds a record to the set.booleanConcurrentRecordSet.contains(WarcRecord record) Tests if the given record is concurrent to any previously added record.booleanWarcFilter.test(WarcRecord warcRecord) voidWarcWriter.write(WarcRecord record) Method parameters in org.netpreserve.jwarc with type arguments of type WarcRecordModifier and TypeMethodDescriptionvoidWarcReader.registerType(String type, WarcRecord.Constructor<WarcRecord> constructor) Registers a new extension record type. -
Uses of WarcRecord in org.netpreserve.jwarc.cdx
Method parameters in org.netpreserve.jwarc.cdx with type arguments of type WarcRecordModifier and TypeMethodDescriptionvoidCdxWriter.setRecordFilter(Predicate<WarcRecord> recordFilter) Records that don't match this filter will not be emitted.