Uses of Class
com.lowagie.text.pdf.ByteBuffer

Packages that use ByteBuffer
com.lowagie.text.pdf   
 

Uses of ByteBuffer in com.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as ByteBuffer
protected  ByteBuffer PdfContentByte.content
          This is the actual content
 

Methods in com.lowagie.text.pdf that return ByteBuffer
 ByteBuffer ByteBuffer.append_i(int b)
          Appends an int.
 ByteBuffer ByteBuffer.append(byte b)
           
 ByteBuffer ByteBuffer.append(byte[] b)
          Appends an array of bytes.
 ByteBuffer ByteBuffer.append(byte[] b, int off, int len)
          Appends the subarray of the byte array.
 ByteBuffer ByteBuffer.append(ByteBuffer buf)
          Appends another ByteBuffer to this buffer.
 ByteBuffer ByteBuffer.append(char c)
          Appends a char to the buffer.
 ByteBuffer ByteBuffer.append(double d)
          Appends a string representation of a double according to the Pdf conventions.
 ByteBuffer ByteBuffer.append(float i)
          Appends a string representation of a float according to the Pdf conventions.
 ByteBuffer ByteBuffer.append(int i)
          Appends the string representation of an int.
 ByteBuffer ByteBuffer.append(String str)
          Appends a String to the buffer.
 ByteBuffer ByteBuffer.appendHex(byte b)
           
 ByteBuffer PdfContentByte.getInternalBuffer()
          Gets the internal buffer.
 

Methods in com.lowagie.text.pdf with parameters of type ByteBuffer
 ByteBuffer ByteBuffer.append(ByteBuffer buf)
          Appends another ByteBuffer to this buffer.
static String ByteBuffer.formatDouble(double d, ByteBuffer buf)
          Outputs a double into a format suitable for the PDF.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.