// Assembly: System.Xml
// Full name: System.Xml.Base64Encoder

namespace System.Xml
{
public class Base64Encoder // TypeDefIndex: 6584
{
	// Fields
	type#12861 leftOverBytes;
	type#20868 leftOverBytesCount;
	type#12900 charsLine;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	internal abstract type#28660 WriteChars(type#12899 chars, type#20867 index, type#20867 count) { }
	// RVA: -1
	internal type#28660 Encode(type#12860 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	internal type#28660 Flush() { }
}
}
