UUEncoder Members
Include Protected Members
Include Inherited Members
The UUEncoder class applies UUCP encoding.
The UUEncoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UUEncoder() | The UUEncoder constructor creates a new UUEncoder that has default values. | |
UUEncoder(String) | The UUEncoder constructor creates a new UUEncoder object. |
Top
Properties
Name | Description | |
---|---|---|
FileName | The FileName property gets or sets the file name to include in the UUCP prologue. |
Top
Methods
Name | Description | |
---|---|---|
Clone | The Clone method returns a copy of this UUEncoder 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 UUCP encoding. (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 UUEncoder 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 needed to store dataCount bytes of 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 Reset object. (Overrides ByteEncoder.Reset().) | |
ToString | (Inherited from Object.) |
Top