The ASCII85Compress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ASCII85Compress |
Initializes a new instance of the ASCII85Compress class
|
Methods
Name | Description | |
---|---|---|
![]() |
Decode | (Overrides PDFBaseCompress..::..Decode(array<Byte>[]()[][]).) |
![]() |
Encode |
convert (b1b2b3b4) to (c1c2c3c4c5) with
(b1 * 256 ^3) + (b2*256^2) + (b3 * 256) + b4 = (c1 * 85 ^4) + (c2 * 85 ^3) + (c3 * 85 ^2) + (c4 * 85) + c5
(Overrides PDFBaseCompress..::..Encode(array<Byte>[]()[][]).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |