A Sandcastle Documented Class Library
![]() |
Packer Methods |
The Packer type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Add |
Adds a data value to the buffer using a specified number of bits.
|
![]() |
AddBytes |
Adds an array of bytes to the buffer.
|
![]() |
AddEbv |
Adds an extensible bit value to the buffer.
|
![]() |
ByteAlign |
If not currently on a byte boundary, skips to next byte boundary (i.e. start or mid point of a word).
|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetWords |
Generates an array of words containing previously added data. Do not add further data after calling this method.
|
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WordAlign |
If not currently on a word boundary, skips to next word boundary (i.e. start of word).
|
