ByteEncoding.Base64Encoding Class

Handles conversion of byte buffers to and from a base64 data format.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class Base64Encoding : ByteEncoding
Inheritance
Object    ByteEncoding    ByteEncoding.Base64Encoding

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBytes(String)Decodes given string back into a byte buffer.
(Inherited from ByteEncoding)
GetBytes(String, Char)Decodes given string back into a byte buffer.
(Overrides ByteEncoding.GetBytes(String, Char))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetString(Byte[])Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte[], Char)Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte[], Int32, Int32)Encodes given buffer into a user presentable representation.
(Inherited from ByteEncoding)
GetString(Byte[], Int32, Int32, Char)Encodes given buffer into a user presentable representation.
(Overrides ByteEncoding.GetString(Byte[], Int32, Int32, Char))
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also