// Assembly: mscorlib
// Full name: System.Text.Encoder

namespace System.Text
{
public class Encoder // TypeDefIndex: 3941
{
	// Fields
	type#17801 _fallback;
	type#17804 _fallbackBuffer;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public type#17800 get_Fallback() { }
	// RVA: -1
	public type#17803 get_FallbackBuffer() { }
	// RVA: -1
	internal type#15313 get_InternalHasFallbackBuffer() { }
	// RVA: -1
	public virtual type#28660 Reset() { }
	// RVA: -1
	public abstract type#20867 GetByteCount(type#12899 chars, type#20867 index, type#20867 count, type#15313 flush) { }
	// RVA: -1
	public virtual type#20867 GetByteCount(type#12384 chars, type#20867 count, type#15313 flush) { }
	// RVA: -1
	public abstract type#20867 GetBytes(type#12899 chars, type#20867 charIndex, type#20867 charCount, type#12860 bytes, type#20867 byteIndex, type#15313 flush) { }
	// RVA: -1
	public virtual type#20867 GetBytes(type#12384 chars, type#20867 charCount, type#12376 bytes, type#20867 byteCount, type#15313 flush) { }
	// RVA: -1
	public virtual type#28660 Convert(type#12899 chars, type#20867 charIndex, type#20867 charCount, type#12860 bytes, type#20867 byteIndex, type#20867 byteCount, type#15313 flush, type#11944 charsUsed, type#11944 bytesUsed, type#11789 completed) { }
	// RVA: -1
	public virtual type#28660 Convert(type#12384 chars, type#20867 charCount, type#12376 bytes, type#20867 byteCount, type#15313 flush, type#11944 charsUsed, type#11944 bytesUsed, type#11789 completed) { }
}
}
