Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/sun/nio/ch/FileChannelImpl_static.fz


# Fuzion interface to static members of Java class 'sun.nio.ch.FileChannelImpl'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.sun.nio.ch.FileChannelImpl_static is

  # call Java static method 'public static jdk.internal.misc.VM$BufferPool sun.nio.ch.FileChannelImpl.getMappedBufferPool()':
  #
  public getMappedBufferPool Java.jdk.internal.misc.VM_S_BufferPool =>
    fuzion.java.call_static (Java.jdk.internal.misc.VM_S_BufferPool) "sun.nio.ch.FileChannelImpl" "getMappedBufferPool" "()Ljdk/internal/misc/VM\$BufferPool;" []

  # call Java static method 'public static jdk.internal.misc.VM$BufferPool sun.nio.ch.FileChannelImpl.getSyncMappedBufferPool()':
  #
  public getSyncMappedBufferPool Java.jdk.internal.misc.VM_S_BufferPool =>
    fuzion.java.call_static (Java.jdk.internal.misc.VM_S_BufferPool) "sun.nio.ch.FileChannelImpl" "getSyncMappedBufferPool" "()Ljdk/internal/misc/VM\$BufferPool;" []

  # call Java static method 'public static java.nio.channels.FileChannel sun.nio.ch.FileChannelImpl.open(java.io.FileDescriptor,java.lang.String,boolean,boolean,boolean,java.io.Closeable)':
  #
  public open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_(arg0 Java.java.io.FileDescriptor, arg1 String, arg2 bool, arg3 bool, arg4 bool, arg5 Java.java.io.Closeable) Java.java.nio.channels.FileChannel =>
    fuzion.java.call_static (Java.java.nio.channels.FileChannel) "sun.nio.ch.FileChannelImpl" "open" "(Ljava/io/FileDescriptor;Ljava/lang/String;ZZZLjava/io/Closeable;)Ljava/nio/channels/FileChannel;" [(Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg0); (fuzion.java.string_to_java_object Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg1); (fuzion.java.bool_to_java_object Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg2); (fuzion.java.bool_to_java_object Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg3); (fuzion.java.bool_to_java_object Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg4); (Java.sun.nio.ch.FileChannelImpl_static.open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_.this.arg5)]

  # short-hand to call Java method 'public static java.nio.channels.FileChannel sun.nio.ch.FileChannelImpl.open(java.io.FileDescriptor,java.lang.String,boolean,boolean,boolean,java.io.Closeable)':
  #
  public open(arg0 Java.java.io.FileDescriptor, arg1 String, arg2 bool, arg3 bool, arg4 bool, arg5 Java.java.io.Closeable) (Java.java.nio.channels.FileChannel) =>
    open_Ljava_7_io_7_FileDescriptor_s_Ljava_7_lang_7_String_s_ZZZLjava_7_io_7_Closeable_s_ Java.sun.nio.ch.FileChannelImpl_static.open.this.arg0 Java.sun.nio.ch.FileChannelImpl_static.open.this.arg1 Java.sun.nio.ch.FileChannelImpl_static.open.this.arg2 Java.sun.nio.ch.FileChannelImpl_static.open.this.arg3 Java.sun.nio.ch.FileChannelImpl_static.open.this.arg4 Java.sun.nio.ch.FileChannelImpl_static.open.this.arg5