Packer Methods

TegoOS

Packer Methods

The Packer type exposes the following members.

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