Uses of Interface
org.netpreserve.jwarc.WarcRecord.Constructor
Packages that use WarcRecord.Constructor
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of WarcRecord.Constructor in org.netpreserve.jwarc
Methods in org.netpreserve.jwarc with parameters of type WarcRecord.ConstructorModifier and TypeMethodDescriptionprotected RWarcRecord.AbstractBuilder.build(WarcRecord.Constructor<R> constructor) voidWarcReader.registerType(String type, WarcRecord.Constructor<WarcRecord> constructor) Registers a new extension record type.