61 internal global::System.Net.Mime.Base64WriteStateInfo
WriteState
72 while (buffer ==
null)
81 while (buffer ==
null)
97 byte <LastBits>k__BackingField = this.
_writeState.<LastBits>k__BackingField;
158 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
191 while (asyncResult ==
null)
200 while (asyncResult ==
null)
317 base.InvokeCallback();
327 int read = this.
_read;
class f__AnonymousType0<< Count > j__TPar
bool CompleteRead(IAsyncResult result)
readonly Base64Stream _parent
static int End(IAsyncResult result)
static readonly AsyncCallback s_onRead
ReadAsyncResult(Base64Stream parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state)
static void OnRead(IAsyncResult result)
byte< Val > k__BackingField
byte< Pos > k__BackingField
static readonly AsyncCallback s_onWrite
void CompleteWrite(IAsyncResult result)
WriteAsyncResult(Base64Stream parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state)
static void OnWrite(IAsyncResult result)
readonly Base64Stream _parent
static void End(IAsyncResult result)
static WriteAsyncResult()
string GetEncodedString()
static readonly byte[] s_base64DecodeMap
override int Read(byte[] buffer, int offset, int count)
override void Write(byte[] buffer, int offset, int count)
Base64Stream(Stream stream, global::System.Net.Mime.Base64WriteStateInfo writeStateInfo)
Base64Stream.ReadStateInfo _readState
int EncodeBytes(byte[] buffer, int offset, int count)
Base64Stream(global::System.Net.Mime.Base64WriteStateInfo writeStateInfo)
static readonly byte[] s_base64EncodeMap
global::System.Net.Mime.Base64WriteStateInfo WriteState
override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
readonly global::System.Net.Mime.Base64WriteStateInfo _writeState
int DecodeBytes(byte[] buffer, int offset, int count)
override int EndRead(IAsyncResult asyncResult)
override void EndWrite(IAsyncResult asyncResult)
const int SizeOfBase64EncodedChar
int EncodeBytes(byte[] buffer, int offset, int count, bool dontDeferFinalBytes, bool shouldAppendSpaceToCRLF)
override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
const byte InvalidBase64Value