// Assembly: UnityEngine.UnityWebRequestModule
// Full name: UnityEngine.WWWTranscoder

namespace UnityEngine
{
public class WWWTranscoder // TypeDefIndex: 12660
{
	// Fields
	type#12866 ucHexChars;
	type#12866 lcHexChars;
	type#15460 urlEscapeChar;
	type#12866 urlSpace;
	type#12866 dataSpace;
	type#12866 urlForbidden;
	type#15460 qpEscapeChar;
	type#12866 qpSpace;
	type#12866 qpForbidden;

	// Methods
	// RVA: -1
	private static type#15455 Hex2Byte(type#12860 b, type#20867 offset) { }
	// RVA: -1
	private static type#28660 Byte2Hex(type#15455 b, type#12860 hexChars, type#11797 byte0, type#11797 byte1) { }
	// RVA: -1
	public static type#26576 DataEncode(type#26576 toEncode, type#17811 e) { }
	// RVA: -1
	public static type#12860 DataEncode(type#12860 toEncode) { }
	// RVA: -1
	public static type#26576 QPEncode(type#26576 toEncode, type#17811 e) { }
	// RVA: -1
	public static type#12860 Encode(type#12860 input, type#15455 escapeChar, type#12860 space, type#12860 forbidden, type#15313 uppercase) { }
	// RVA: -1
	private static type#15313 ByteArrayContains(type#12860 array, type#15455 b) { }
	// RVA: -1
	public static type#12860 URLDecode(type#12860 toEncode) { }
	// RVA: -1
	private static type#15313 ByteSubArrayEquals(type#12860 array, type#20867 index, type#12860 comperand) { }
	// RVA: -1
	public static type#12860 Decode(type#12860 input, type#15455 escapeChar, type#12860 space) { }
	// RVA: -1
	public static type#15313 SevenBitClean(type#26576 s, type#17811 e) { }
	// RVA: -1
	public static type#15313 SevenBitClean(type#12376 input, type#20867 inputLength) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
