C# Class OfficeOpenXml.Utils.CompoundDocument

Mostrar archivo Open project: ylatuya/EPPlus Class Usage Examples

Private Methods

Method Description
CompoundDocument ( ) : System
CompoundDocument ( byte doc ) : System
CompressChunk ( byte buffer, int &startPos ) : byte[]
CompressPart ( byte part ) : byte[]

Compression using a run length encoding algorithm. See MS-OVBA Section 2.4

CreateILockBytesOnHGlobal ( IntPtr hGlobal, bool fDeleteOnRelease, ILockBytes &ppLkbyt ) : int
CreateStore ( string name, StoragePart subStore, IStorage storage ) : void
CreateStreams ( StoragePart subStore, IStorage subStorage ) : void
DecompressPart ( byte part ) : byte[]
DecompressPart ( byte part, int startPos ) : byte[]

Decompression using a run length encoding algorithm. See MS-OVBA Section 2.4

GetChunk ( byte compBuffer, int &pos ) : byte[]
GetLengthBits ( int decompPos ) : int
GetLockbyte ( MemoryStream stream ) : ILockBytes
GetOleStream ( IStorage storage, System.Runtime.InteropServices.ComTypes statstg ) : byte[]

Read the stream and return it as a byte-array

IsStorageFile ( string Name ) : int
IsStorageILockBytes ( ILockBytes lb ) : int
ReadParts ( IStorage storage, StoragePart storagePart ) : MemoryStream
Save ( ) : byte[]
StgCreateDocfileOnILockBytes ( ILockBytes plkbyt, STGM grfMode, int reserved, IStorage &ppstgOpen ) : int
StgIsStorageFile ( [ pwcsName ) : int
StgIsStorageILockBytes ( ILockBytes plkbyt ) : int
StgOpenStorage ( [ pwcsName, IStorage pstgPriority, STGM grfMode, IntPtr snbExclude, uint reserved, IStorage &ppstgOpen ) : int
StgOpenStorageOnILockBytes ( ILockBytes plkbyt, IStorage pStgPriority, STGM grfMode, IntPtr snbEnclude, uint reserved, IStorage &ppstgOpen ) : int