Java org.apache.pdfbox.cos COSInteger fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.cos COSInteger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.cos COSInteger.

The text is from its open source code.

Field

COSIntegerZERO
Constant for the number zero.

Constructor

Method

COSIntegerget(long val)
Returns a COSInteger instance with the given value.
intintValue()
Polymorphic access to value as int This will get the integer value of this object.
longlongValue()
Polymorphic access to value as int This will get the integer value of this object.
voidwritePDF(OutputStream output)
This will output this string as a PDF object.