Class RequestContentBlockFactory
java.lang.Object
com.github.bottomlessarchive.warc.service.content.request.RequestContentBlockFactory
public class RequestContentBlockFactory
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RequestContentBlockFactory() -
Method Summary
Modifier and Type Method Description RequestContentBlockcreateWarcRecord(org.apache.commons.io.input.BoundedInputStream stream)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequestContentBlockFactory
public RequestContentBlockFactory()
-
-
Method Details
-
createWarcRecord
public RequestContentBlock createWarcRecord(org.apache.commons.io.input.BoundedInputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-