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

Java/java/io/FileReader_static.fz


# Fuzion interface to static members of Java class 'java.io.FileReader'
#
# !!!!!!  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.io.FileReader_static is

  # call Java constructor 'public java.io.FileReader(java.io.File,java.nio.charset.Charset) throws java.io.IOException':
  #
  public new_Ljava_7_io_7_File_s_Ljava_7_nio_7_charset_7_Charset_s_(arg0 Java.java.io.File, arg1 Java.java.nio.charset.Charset) outcome (Java.java.io.FileReader) =>
    fuzion.java.call_constructor (outcome (Java.java.io.FileReader)) "java.io.FileReader" "(Ljava/io/File;Ljava/nio/charset/Charset;)V" [(Java.java.io.FileReader_static.new_Ljava_7_io_7_File_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg0); (Java.java.io.FileReader_static.new_Ljava_7_io_7_File_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg1)]

  # call Java constructor 'public java.io.FileReader(java.lang.String,java.nio.charset.Charset) throws java.io.IOException':
  #
  public new_Ljava_7_lang_7_String_s_Ljava_7_nio_7_charset_7_Charset_s_(arg0 String, arg1 Java.java.nio.charset.Charset) outcome (Java.java.io.FileReader) =>
    fuzion.java.call_constructor (outcome (Java.java.io.FileReader)) "java.io.FileReader" "(Ljava/lang/String;Ljava/nio/charset/Charset;)V" [(fuzion.java.string_to_java_object Java.java.io.FileReader_static.new_Ljava_7_lang_7_String_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg0); (Java.java.io.FileReader_static.new_Ljava_7_lang_7_String_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg1)]

  # call Java constructor 'public java.io.FileReader(java.io.FileDescriptor)':
  #
  public new_Ljava_7_io_7_FileDescriptor_s_(arg0 Java.java.io.FileDescriptor) Java.java.io.FileReader =>
    fuzion.java.call_constructor (Java.java.io.FileReader) "java.io.FileReader" "(Ljava/io/FileDescriptor;)V" [(Java.java.io.FileReader_static.new_Ljava_7_io_7_FileDescriptor_s_.this.arg0)]

  # call Java constructor 'public java.io.FileReader(java.io.File) throws java.io.FileNotFoundException':
  #
  public new_Ljava_7_io_7_File_s_(arg0 Java.java.io.File) outcome (Java.java.io.FileReader) =>
    fuzion.java.call_constructor (outcome (Java.java.io.FileReader)) "java.io.FileReader" "(Ljava/io/File;)V" [(Java.java.io.FileReader_static.new_Ljava_7_io_7_File_s_.this.arg0)]

  # call Java constructor 'public java.io.FileReader(java.lang.String) throws java.io.FileNotFoundException':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) outcome (Java.java.io.FileReader) =>
    fuzion.java.call_constructor (outcome (Java.java.io.FileReader)) "java.io.FileReader" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.java.io.FileReader_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # short-hand to call Java constructor 'public java.io.FileReader(java.lang.String) throws java.io.FileNotFoundException':
  #
  public new(arg0 String) (outcome (Java.java.io.FileReader)) =>
    new_Ljava_7_lang_7_String_s_ Java.java.io.FileReader_static.new.this.arg0

  # short-hand to call Java constructor 'public java.io.FileReader(java.lang.String,java.nio.charset.Charset) throws java.io.IOException':
  #
  public new(arg0 String, arg1 Java.java.nio.charset.Charset) (outcome (Java.java.io.FileReader)) =>
    new_Ljava_7_lang_7_String_s_Ljava_7_nio_7_charset_7_Charset_s_ Java.java.io.FileReader_static.new.this.arg0 Java.java.io.FileReader_static.new.this.arg1