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

namespace System.Xml
{
public class BinHexDecoder // TypeDefIndex: 6587
{
	// Fields
	type#12861 buffer;
	type#20868 curIndex;
	type#20868 endIndex;
	type#15314 hasHalfByteCached;
	type#15456 cachedHalfByte;

	// Methods
	// RVA: -1
	internal virtual type#15313 get_IsFull() { }
	// RVA: -1
	internal virtual type#20867 Decode(type#12899 chars, type#20867 startPos, type#20867 len) { }
	// RVA: -1
	public static type#12860 Decode(type#12899 chars, type#15313 allowOddChars) { }
	// RVA: -1
	private static type#28660 Decode(type#12384 pChars, type#12384 pCharsEndPos, type#12376 pBytes, type#12376 pBytesEndPos, type#11788 hasHalfByteCached, type#11795 cachedHalfByte, type#11944 charsDecoded, type#11944 bytesDecoded) { }
}
}
