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

namespace System.Text
{
public class DecoderNLS // TypeDefIndex: 3938
{
	// Fields
	type#17812 _encoding;
	type#15314 _mustFlush;
	type#15315 _throwOnOverflow;
	type#20869 _bytesUsed;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#17811 encoding) { }
	// RVA: -1
	public virtual type#28660 Reset() { }
	// RVA: -1
	public virtual 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 virtual 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#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) { }
	// RVA: -1
	public type#15313 get_MustFlush() { }
	// RVA: -1
	internal virtual type#15313 get_HasState() { }
	// RVA: -1
	internal type#28660 ClearMustFlush() { }
}
}
