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