public void zzUnknownReadMethod(string string_0) { if (this._stream is Stream27) { KeyGenerator.smethod_9(string_0, ((Stream27)this._stream).ToArray()); return; } if (!this.CanRead) { throw new Exception("Can't read from hexstream!"); } KeyGenerator.smethod_46(this._stream, string_0); }