java.io.InterruptedIOException.InterruptedIOException C# (CSharp) Method

InterruptedIOException() static private method

static private InterruptedIOException ( )
        static InterruptedIOException()
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            global::java.io.InterruptedIOException.staticClass = @__env.NewGlobalRef(@__env.FindClass("java/io/InterruptedIOException"));
            global::java.io.InterruptedIOException._bytesTransferred6199 = @__env.GetFieldIDNoThrow(global::java.io.InterruptedIOException.staticClass, "bytesTransferred", "I");
        }

Same methods

InterruptedIOException::InterruptedIOException ( global @__env )
InterruptedIOException::InterruptedIOException ( java arg0 )
InterruptedIOException