![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ISVGUTILS } |
Public Member Functions | |
| virtual IPMStream * | CreateZipStream (IDFile const &file, uint32 mode)=0 |
| virtual IPMStream * | CreateZipStream (IPMStream *fileStream, uint32 mode)=0 |
| virtual bool16 | IsCompressed (IPMStream *fileStream)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Method to copy preferences from one interface to another.
| file | is the input IDFile to create gzip compressed stream. |
| mode | is OpenMode: kOpenIn = 0x01, kOpenOut = 0x02, kOpenApp = 0x04, kOpenTrunc = 0x08 |
Method to copy preferences from one interface to another.
| fileStream | is the file stream of the file to create gzip compressed stream. |
| mode | is OpenMode: kOpenIn = 0x01, kOpenOut = 0x02, kOpenApp = 0x04, kOpenTrunc = 0x08 |
| pure virtual |
Method to check if a file stream is valid gzip compression or not.
| fileStream | is the file stream to check if it is valid gzip compression or not. |