// Token: 0x06000B1A RID: 2842 RVA: 0x00067FF3 File Offset: 0x000661F3
 public void Reset()
 {
     this = new FeInboundCharsetDetector(0, false, true, true, true);
 }
 // Token: 0x06000B19 RID: 2841 RVA: 0x00067FDF File Offset: 0x000661DF
 public void Reset(int codePage, bool strongDefault, bool enableIsoDetection, bool enableUtf8Detection, bool enableDbcsDetection)
 {
     this = new FeInboundCharsetDetector(codePage, strongDefault, enableIsoDetection, enableUtf8Detection, enableDbcsDetection);
 }