DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class Buffer

java.lang.Object
  |
  +--com.cete.dynamicpdf.io.Buffer

public abstract class Buffer
extends java.lang.Object

Represents a buffer for holding data.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Constructor Summary
Buffer()
           
 
Method Summary
abstract  void write(java.io.OutputStream stream, int startIndex, int startPosition, int stopIndex, int stopPosition)
          Writes the buffer to the page.
abstract  void write(java.io.OutputStream stream, int startIndex, int startPosition, int stopIndex, int stopPosition, Encrypter encrypter)
          Writes the buffer to the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Buffer

public Buffer()
Method Detail

write

public abstract void write(java.io.OutputStream stream,
                           int startIndex,
                           int startPosition,
                           int stopIndex,
                           int stopPosition)
Writes the buffer to the page.

Parameters:
stream - The OutputStream to write from.
startIndex - The Index to start writing.
startPosition - The Position to start writing.
stopIndex - The Index to stop writing.
stopPosition - The Position to stop writing.

write

public abstract void write(java.io.OutputStream stream,
                           int startIndex,
                           int startPosition,
                           int stopIndex,
                           int stopPosition,
                           Encrypter encrypter)
Writes the buffer to the page.

Parameters:
stream - The OutputStream to write from.
startIndex - The Index to start writing.
startPosition - The Position to start writing.
stopIndex - The Index to stop writing.
stopPosition - The Position to stop writing.
encrypter - The encrypter to use for writing.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software