Example #1
0
 protected static void __hx_ctor_cs_io_NativeInput(global::cs.io.NativeInput __hx_this, global::System.IO.Stream stream)
 {
     __hx_this.stream = stream;
     __hx_this._eof   = false;
     if (!(stream.CanRead))
     {
         throw global::haxe.lang.HaxeException.wrap("Write-only stream");
     }
 }
Example #2
0
 public static void __hx_ctor_cs_io_NativeInput(global::cs.io.NativeInput __temp_me283, global::System.IO.Stream stream)
 {
     unchecked
     {
         __temp_me283.stream = stream;
         if (!(stream.CanRead))
         {
             throw global::haxe.lang.HaxeException.wrap("Write-only stream");
         }
     }
 }
Example #3
0
 protected static void __hx_ctor_cs_io_NativeInput(global::cs.io.NativeInput __hx_this, global::System.IO.Stream stream)
 {
                 #line 38 "/opt/haxe/std/cs/io/NativeInput.hx"
     __hx_this.stream = stream;
     __hx_this._eof   = false;
                 #line 40 "/opt/haxe/std/cs/io/NativeInput.hx"
     if (!(stream.CanRead))
     {
                         #line 41 "/opt/haxe/std/cs/io/NativeInput.hx"
         throw ((global::System.Exception)(global::haxe.Exception.thrown("Write-only stream")));
     }
 }
Example #4
0
 protected static void __hx_ctor_cs_io_NativeInput(global::cs.io.NativeInput __hx_this, global::System.IO.Stream stream)
 {
                 #line 38 "C:\\HaxeToolkit\\haxe\\std\\cs\\io\\NativeInput.hx"
     __hx_this.stream = stream;
     __hx_this._eof   = false;
                 #line 40 "C:\\HaxeToolkit\\haxe\\std\\cs\\io\\NativeInput.hx"
     if (!(stream.CanRead))
     {
                         #line 41 "C:\\HaxeToolkit\\haxe\\std\\cs\\io\\NativeInput.hx"
         throw global::haxe.lang.HaxeException.wrap("Write-only stream");
     }
 }