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

namespace System.Text
{
public class Decoder // TypeDefIndex: 3930
{
	// Fields
	type#17177 _fallback;
	type#17181 _fallbackBuffer;

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