Example #1
0
 private static void Flush3(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj)
 {
     // ()V
     // ()V
     global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
     try {
         global::System.IO.TextWriter @__real = global::net.sf.jni4net.utils.Convertor.StrongJp2C <global::System.IO.TextWriter>(@__env, @__obj);
         @__real.Flush();
     }catch (global::System.Exception __ex) { @__env.ThrowExisting(__ex); }
 }