true
if the image is JP2, false
if a codestream.
true
always output floating point numbers with 6 decimal digits.
If false
uses the faster, although less precise, representation.
int
. The size of the array will grow by one.
@param b the int to be appended
@return a reference to this ByteBuffer
object
byte
array. The buffer will grow by
len
bytes.
@param b the array to be appended
@param off the offset to the start of the array
@param len the length of bytes to Append
@return a reference to this ByteBuffer
object
ByteBuffer
object
string
to the buffer. The string
is
converted according to the encoding ISO-8859-1.
@param str the string
to be appended
@return a reference to this ByteBuffer
object
char
to the buffer. The char
is
converted according to the encoding ISO-8859-1.
@param c the char
to be appended
@return a reference to this ByteBuffer
object
ByteBuffer
to this buffer.
@param buf the ByteBuffer
to be appended
@return a reference to this ByteBuffer
object
int
.
@param i the int
to be appended
@return a reference to this ByteBuffer
object
long
.
@param i the long
to be appended
@return a reference to this ByteBuffer
object
float
according
to the Pdf conventions.
@param i the float
to be appended
@return a reference to this ByteBuffer
object
double
according
to the Pdf conventions.
@param d the double
to be appended
@return a reference to this ByteBuffer
object
double
into a format suitable for the PDF.
@param d a double
@return the string
representation of the double
double
into a format suitable for the PDF.
@param d a double
@param buf a ByteBuffer
@return the String
representation of the double
if
buf
is null
. If buf
is not null
,
then the double is appended directly to the buffer and this methods returns null
.
out.Write(buf, 0, count)
.
@param out the output stream to which to write the data.
@exception IOException if an I/O error occurs.
count
field, which is the number of valid bytes in this byte buffer.
SCALE SHEAR TRANSLATE m00/m11 m01/m10 m02/m12 IDENTITY 1.0 0.0 0.0 TRANSLATE (TR) 1.0 0.0 not both 0.0 SCALE (SC) not both 1.0 0.0 0.0 TR | SC not both 1.0 0.0 not both 0.0 SHEAR (SH) 0.0 not both 0.0 0.0 TR | SH 0.0 not both 0.0 not both 0.0 SC | SH not both 0.0 not both 0.0 0.0 TR | SC | SH not both 0.0 not both 0.0 not both 0.0
int
from an Stream
.
@param is an Stream
@return the value of an int
word
from an Stream
.
@param is an Stream
@return the value of an int
String
from an Stream
.
@param is an Stream
@return the value of an int