// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.Base64Encoder

namespace Newtonsoft.Json.Utilities
{
public class Base64Encoder // TypeDefIndex: 10253
{
	// Fields
	type#12907 _charsLine;
	type#27308 _writer;
	type#12861 _leftOverBytes;
	type#20868 _leftOverBytesCount;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#27303 writer) { }
	// RVA: -1
	private type#28660 ValidateEncode(type#12860 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public type#28660 Encode(type#12860 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	private type#28660 StoreLeftOverBytes(type#12860 buffer, type#20867 index, type#11942 count) { }
	// RVA: -1
	private type#15313 FulfillFromLeftover(type#12860 buffer, type#20867 index, type#11942 count) { }
	// RVA: -1
	public type#28660 Flush() { }
	// RVA: -1
	private type#28660 WriteChars(type#12899 chars, type#20867 index, type#20867 count) { }
}
}
