Interface WarcContentBlock

All Known Implementing Classes:
DefaultContentBlock, RequestContentBlock, ResponseContentBlock

public interface WarcContentBlock
WarcContentBlock interface represents content block of a WARC record Here is a list of known implementations of this interface
  • RequestContentBlock
  • ResponseContentBlock
  • DefaultContentBlock
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream getPayload()
    Return an InputStream of WARC payload Payload referred to, or contained by a WARC record as a meaningful subset of the content block
  • Method Details

    • getPayload

      java.io.InputStream getPayload()
      Return an InputStream of WARC payload Payload referred to, or contained by a WARC record as a meaningful subset of the content block
      Returns:
      payload InputStream