Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EncodeBytes()

int System.Net.Base64Stream.EncodeBytes ( byte[] buffer,
int offset,
int count,
bool dontDeferFinalBytes,
bool shouldAppendSpaceToCRLF )
inlinepackage

Definition at line 303 of file Base64Stream.cs.

304 {
305 return _encoder.EncodeBytes(buffer, offset, count, dontDeferFinalBytes, shouldAppendSpaceToCRLF);
306 }
readonly IByteEncoder _encoder
int EncodeBytes(byte[] buffer, int offset, int count, bool dontDeferFinalBytes, bool shouldAppendSpaceToCRLF)

References System.Net.Base64Stream._encoder, System.buffer, System.count, System.Net.Mime.IByteEncoder.EncodeBytes(), and System.offset.

Referenced by System.Net.Base64Stream.WriteAsyncResult.Write(), and System.Net.Base64Stream.Write().