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

Java/sun/nio/cs/SingleByte_S_Decoder_static.fz


# Fuzion interface to static members of Java class 'sun.nio.cs.SingleByte$Decoder'
#
# !!!!!!  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.cs.SingleByte_S_Decoder_static is

  # call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[])':
  #
  public new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_C(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16)) Java.sun.nio.cs.SingleByte_S_Decoder =>
    fuzion.java.call_constructor (Java.sun.nio.cs.SingleByte_S_Decoder) "sun.nio.cs.SingleByte\$Decoder" "(Ljava/nio/charset/Charset;[C)V" [(Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_C.this.arg0); (fuzion.java.array_to_java_object (u16) Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_C.this.arg1)]

  # call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[],boolean,boolean)':
  #
  public new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16), arg2 bool, arg3 bool) Java.sun.nio.cs.SingleByte_S_Decoder =>
    fuzion.java.call_constructor (Java.sun.nio.cs.SingleByte_S_Decoder) "sun.nio.cs.SingleByte\$Decoder" "(Ljava/nio/charset/Charset;[CZZ)V" [(Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ.this.arg0); (fuzion.java.array_to_java_object (u16) Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ.this.arg1); (fuzion.java.bool_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ.this.arg2); (fuzion.java.bool_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ.this.arg3)]

  # call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[],boolean)':
  #
  public new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZ(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16), arg2 bool) Java.sun.nio.cs.SingleByte_S_Decoder =>
    fuzion.java.call_constructor (Java.sun.nio.cs.SingleByte_S_Decoder) "sun.nio.cs.SingleByte\$Decoder" "(Ljava/nio/charset/Charset;[CZ)V" [(Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZ.this.arg0); (fuzion.java.array_to_java_object (u16) Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZ.this.arg1); (fuzion.java.bool_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder_static.new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZ.this.arg2)]

  # short-hand to call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[])':
  #
  public new(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16)) (Java.sun.nio.cs.SingleByte_S_Decoder) =>
    new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_C Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg0 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg1

  # short-hand to call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[],boolean)':
  #
  public new(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16), arg2 bool) (Java.sun.nio.cs.SingleByte_S_Decoder) =>
    new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZ Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg0 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg1 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg2

  # short-hand to call Java constructor 'public sun.nio.cs.SingleByte$Decoder(java.nio.charset.Charset,char[],boolean,boolean)':
  #
  public new(arg0 Java.java.nio.charset.Charset, arg1 Sequence (u16), arg2 bool, arg3 bool) (Java.sun.nio.cs.SingleByte_S_Decoder) =>
    new_Ljava_7_nio_7_charset_7_Charset_s__u00005b_CZZ Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg0 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg1 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg2 Java.sun.nio.cs.SingleByte_S_Decoder_static.new.this.arg3