Method | Description | |
---|---|---|
CmsCompressedDataStreamGenerator ( ) : System | ||
Open ( Stream outStream, string compressionOID ) : Stream | ||
Open ( Stream outStream, string contentOID, string compressionOID ) : Stream | ||
SetBufferSize ( int bufferSize ) : void |
public CmsCompressedDataStreamGenerator ( ) : System | ||
return | System |
public Open ( Stream outStream, string compressionOID ) : Stream | ||
outStream | Stream | |
compressionOID | string | |
return | Stream |
public Open ( Stream outStream, string contentOID, string compressionOID ) : Stream | ||
outStream | Stream | |
contentOID | string | |
compressionOID | string | |
return | Stream |
public SetBufferSize ( int bufferSize ) : void | ||
bufferSize | int | |
return | void |