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

Java/java/nio/channels/AsynchronousFileChannel_static.fz


# Fuzion interface to static members of Java class 'java.nio.channels.AsynchronousFileChannel'
#
# !!!!!!  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.java.nio.channels.AsynchronousFileChannel_static is

  # call Java static method 'public static java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path,java.util.Set,java.util.concurrent.ExecutorService,java.nio.file.attribute.FileAttribute[]) throws java.io.IOException':
  #
  public open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_(arg0 Java.java.nio.file.Path, arg1 Java.java.util.Set, arg2 Java.java.util.concurrent.ExecutorService, arg3 Sequence (Java.java.nio.file.attribute.FileAttribute)) outcome (Java.java.nio.channels.AsynchronousFileChannel) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.AsynchronousFileChannel)) "java.nio.channels.AsynchronousFileChannel" "open" "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;" [(Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_.this.arg0); (Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_.this.arg1); (Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_.this.arg2); (fuzion.java.array_to_java_object (Java.java.nio.file.attribute.FileAttribute) Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_.this.arg3)]

  # call Java static method 'public static java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path,java.nio.file.OpenOption[]) throws java.io.IOException':
  #
  public open_Ljava_7_nio_7_file_7_Path_s__u00005b_Ljava_7_nio_7_file_7_OpenOption_s_(arg0 Java.java.nio.file.Path, arg1 Sequence (Java.java.nio.file.OpenOption)) outcome (Java.java.nio.channels.AsynchronousFileChannel) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.AsynchronousFileChannel)) "java.nio.channels.AsynchronousFileChannel" "open" "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;" [(Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s__u00005b_Ljava_7_nio_7_file_7_OpenOption_s_.this.arg0); (fuzion.java.array_to_java_object (Java.java.nio.file.OpenOption) Java.java.nio.channels.AsynchronousFileChannel_static.open_Ljava_7_nio_7_file_7_Path_s__u00005b_Ljava_7_nio_7_file_7_OpenOption_s_.this.arg1)]

  # short-hand to call Java method 'public static java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path,java.nio.file.OpenOption[]) throws java.io.IOException':
  #
  public open(arg0 Java.java.nio.file.Path, arg1 Sequence (Java.java.nio.file.OpenOption)) (outcome (Java.java.nio.channels.AsynchronousFileChannel)) =>
    open_Ljava_7_nio_7_file_7_Path_s__u00005b_Ljava_7_nio_7_file_7_OpenOption_s_ Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg0 Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg1

  # short-hand to call Java method 'public static java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path,java.util.Set,java.util.concurrent.ExecutorService,java.nio.file.attribute.FileAttribute[]) throws java.io.IOException':
  #
  public open(arg0 Java.java.nio.file.Path, arg1 Java.java.util.Set, arg2 Java.java.util.concurrent.ExecutorService, arg3 Sequence (Java.java.nio.file.attribute.FileAttribute)) (outcome (Java.java.nio.channels.AsynchronousFileChannel)) =>
    open_Ljava_7_nio_7_file_7_Path_s_Ljava_7_util_7_Set_s_Ljava_7_util_7_concurrent_7_ExecutorService_s__u00005b_Ljava_7_nio_7_file_7_attribute_7_FileAttribute_s_ Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg0 Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg1 Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg2 Java.java.nio.channels.AsynchronousFileChannel_static.open.this.arg3