Interface CosStream

All Superinterfaces:
CosDict, CosObject, Object
All Known Implementing Classes:
GFCosStream

public interface CosStream extends CosDict
PDF Stream type
  • Method Details

    • getLength

      Long getLength()
      value of the Length key in the Stream dictionary
    • getrealLength

      Long getrealLength()
      real length of stream
    • getF

      String getF()
      represents value of F key or null if stream does not contain this key
    • getFFilter

      String getFFilter()
      represents value of FFilter key or null if stream does not contain this key
    • getFDecodeParms

      String getFDecodeParms()
      represents value of FDecodeParms key or null if stream does not contain this key
    • getstreamKeywordCRLFCompliant

      Boolean getstreamKeywordCRLFCompliant()
      true if spacings around keywords 'stream' comply to the PDF/A standard
    • getendstreamKeywordEOLCompliant

      Boolean getendstreamKeywordEOLCompliant()
      true if spacings around keywords 'endstream' comply to the PDF/A standard