ContentEncoding Methods |
The ContentEncoding type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBytes |
Serializes to a byte array.
(Inherited from Element.) | |
GetHashCode | (Inherited from Object.) | |
GetInnerBytes |
Gets the inner bytes.
(Overrides ElementGetInnerBytes.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Write |
Writes a binary element to the stream.
(Inherited from Element.) | |
WriteBool |
Writes a boolean element to the stream.
(Inherited from Element.) | |
WriteDate |
Writes a date element to the stream.
(Inherited from Element.) | |
WriteDouble |
Writes a double element to the stream.
(Inherited from Element.) | |
WriteFloat |
Writes a float element to the stream.
(Inherited from Element.) | |
WriteGuid |
Writes a GUID element to the stream.
(Inherited from Element.) | |
WriteSignedInteger |
Writes an signed integer element to the stream.
(Inherited from Element.) | |
WriteString |
Writes an ASCII string element to the stream.
(Inherited from Element.) | |
WriteUnsignedInteger |
Writes an unsigned integer element to the stream.
(Inherited from Element.) | |
WriteUtf8 |
Writes a UTF-8 string element to the stream.
(Inherited from Element.) | |
WriteVariableInteger(Int64, ByteOutputStream) |
Writes a variable integer ("vint") to the stream.
(Inherited from Element.) | |
WriteVariableInteger(Int64, ByteOutputStream, Int32) |
Writes a variable integer ("vint") to the stream using a fixed length.
(Inherited from Element.) |