static long n_GetMaximumFilenameLength(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Jcraft.Jsch.SftpStatVFS __this = global::Java.Lang.Object.GetObject <global::Com.Jcraft.Jsch.SftpStatVFS> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.MaximumFilenameLength);
 }
 static long n_GetAvailBlocks(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Jcraft.Jsch.SftpStatVFS __this = global::Java.Lang.Object.GetObject <global::Com.Jcraft.Jsch.SftpStatVFS> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.AvailBlocks);
 }
 static int n_GetCapacity(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Jcraft.Jsch.SftpStatVFS __this = global::Java.Lang.Object.GetObject <global::Com.Jcraft.Jsch.SftpStatVFS> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Capacity);
 }