public interface ContentClaim extends java.lang.Comparable<ContentClaim>
 A reference to a section of a ResourceClaim, which may or may not encompass
 the entire ResourceClaim. Multiple FlowFiles may reference the same content by both
 having the same content claim.
 
Must be thread safe
| Modifier and Type | Method and Description | 
|---|---|
| long | getLength() | 
| long | getOffset() | 
| ResourceClaim | getResourceClaim() | 
ResourceClaim getResourceClaim()
long getOffset()
long getLength()