Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InMemoryStreamCache |
StreamCache implementation that uses temporary files rather than heap.
|
class |
TempFileStreamCache |
StreamCache implementation that uses temporary files rather than heap.
|
Modifier and Type | Field | Description |
---|---|---|
protected StreamCache |
PDFStream.data |
The stream of PDF commands
|
Modifier and Type | Method | Description |
---|---|---|
StreamCache |
StreamCacheFactory.createStreamCache() |
Get the correct implementation (based on cacheToFile) of
StreamCache.
|
StreamCache |
StreamCacheFactory.createStreamCache(int hintSize) |
Get the correct implementation (based on cacheToFile) of
StreamCache.
|
protected StreamCache |
AbstractPDFStream.encodeStream() |
Encodes the raw data stream for output to a PDF file.
|
Modifier and Type | Method | Description |
---|---|---|
protected int |
AbstractPDFStream.outputStreamData(StreamCache encodedStream,
java.io.OutputStream out) |
Output just the stream data enclosed by stream/endstream markers
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.