Class COSNull

  • All Implemented Interfaces:
    COSObjectable

    public final class COSNull
    extends COSBase
    The PDF null object. Also used by this API as the well-defined result of a failed/absent lookup (e.g. a dictionary key that isn't present, or a COS path that cannot be resolved), instead of a bare Java null, so callers can keep chaining without a null check at every step.
    • Field Detail

      • NULL

        public static final COSNull NULL