|
Model Railroad System 2.2.2
|
Stream object. More...
#include <PDFPrinterSupport.h>
Public Member Functions | |
| PDFStream (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) | |
| Constructor. More... | |
| ~PDFStream () | |
| Destructor. More... | |
| virtual ostream & | WriteDirect (ostream &stream) const |
| Write an object directly. More... | |
Public Member Functions inherited from FCFSupport::PDFFileStructures::IndirectObject | |
| IndirectObject (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) | |
| Constructor. More... | |
| virtual | ~IndirectObject () |
| Destructor. More... | |
| ostream & | WriteObjectToFile (ostream &stream) |
| Write an object indirectly. More... | |
| ostream & | WriteIndirectReference (ostream &stream) const |
| Write an object indirectly. More... | |
| virtual ostream & | WriteDirect (ostream &stream) const =0 |
| Write an object directly. More... | |
| unsigned long int | ObjectNumber () const |
| Return this object's object number. More... | |
| unsigned short int | GenerationNumber () const |
| Return this object's generation number. More... | |
| streampos | FileOffset () const |
| Return this object's file offset. More... | |
| bool | HasOffset () const |
| Does the object have a file offset? More... | |
Stream object.
|
inline |
Constructor.
Create a stream object.
| objNum | The next object number. |
| genNum | The generation number. |
| tab | The cross reference table we are in. |
|
inline |
Destructor.
|
virtual |
Write an object directly.
| stream | The output stream to write to. |
Implements FCFSupport::PDFFileStructures::IndirectObject.