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:
- DynamicPDF Generator Professional Edition
- DynamicPDF Generator Enterprise Edition
- DynamicPDF Merger Professional Edition
- DynamicPDF Merger Enterprise Edition
|
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 |
Buffer
public Buffer()
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.
API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software