Base64Encoder Members
Include Protected Members
Include Inherited Members
The Base64Encoder class encodes data into the base64 encoding.
The Base64Encoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Base64Encoder() | The Base64Encoder constructor creates a new default Base64Encoder object. |
![]() |
Base64Encoder(Int32) | The Base64Encoder constructor initializes a new instance of the Base64Encoder class with the LineLength property that is indicated by the lineLength parameter. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
LineLength | The LineLength property gets or sets a value that controls how the encoded data will be wrapped. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | The Clone method returns a copy of this Base64Encoder object. (Overrides ByteEncoder.Clone().) |
![]() |
Convert(Stream, Stream) | When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.) |
![]() |
Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) | The Convert method applies base64 encoding to data that is provided in a byte array. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).) |
![]() |
Dispose() | Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.) |
![]() |
Dispose(Boolean) | The Dispose method releases the unmanaged resources that are used by the Base64Encoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMaxByteCount | The GetMaxByteCount method returns the maximum number of bytes that are required to store dataCount bytes of binary data after it has been encoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Reset | The Reset method resets the internal state of this Base64Encoder object. (Overrides ByteEncoder.Reset().) |
![]() |
ToString | (Inherited from Object.) |
Top