Class PdfLiteral

    • Field Detail

      • position

        private long position
    • Constructor Detail

      • PdfLiteral

        public PdfLiteral​(byte[] content)
      • PdfLiteral

        public PdfLiteral​(int size)
      • PdfLiteral

        public PdfLiteral​(java.lang.String content)
      • PdfLiteral

        private PdfLiteral()
    • Method Detail

      • getType

        public byte getType()
        Description copied from class: PdfObject
        Gets object type.
        Specified by:
        getType in class PdfObject
        Returns:
        object type.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPosition

        public long getPosition()
      • setPosition

        public void setPosition​(long position)
      • getBytesCount

        public int getBytesCount()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • newInstance

        protected PdfObject newInstance()
        Description copied from class: PdfObject
        Creates new instance of object.
        Specified by:
        newInstance in class PdfObject
        Returns:
        new instance of object.