UUEncoder.Convert method
Overload list
Name | Description | |
---|---|---|
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).) |
Top