4 implementations of DecodeBytes
System (4)
net\System\Net\mail\Base64Stream.cs (1)
155public int DecodeBytes(byte[] buffer, int offset, int count)
net\System\Net\mail\EightBitStream.cs (1)
160public int DecodeBytes(byte[] buffer, int offset, int count)
net\System\Net\mail\QEncodedStream.cs (1)
104public int DecodeBytes(byte[] buffer, int offset, int count)
net\System\Net\mail\QuotedPrintableStream.cs (1)
127public int DecodeBytes(byte[] buffer, int offset, int count)
1 reference to DecodeBytes
System (1)
net\System\Net\mail\MimeBasePart.cs (1)
82newLength = s.DecodeBytes(buffer, 0, buffer.Length);