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

Java/sun/nio/cs/StreamDecoder_static.fz


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

  # call Java static method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forDecoder(java.nio.channels.ReadableByteChannel,java.nio.charset.CharsetDecoder,int)':
  #
  public forDecoder_Ljava_7_nio_7_channels_7_ReadableByteChannel_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_I(arg0 Java.java.nio.channels.ReadableByteChannel, arg1 Java.java.nio.charset.CharsetDecoder, arg2 i32) Java.sun.nio.cs.StreamDecoder =>
    fuzion.java.call_static (Java.sun.nio.cs.StreamDecoder) "sun.nio.cs.StreamDecoder" "forDecoder" "(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/charset/CharsetDecoder;I)Lsun/nio/cs/StreamDecoder;" [(Java.sun.nio.cs.StreamDecoder_static.forDecoder_Ljava_7_nio_7_channels_7_ReadableByteChannel_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_I.this.arg0); (Java.sun.nio.cs.StreamDecoder_static.forDecoder_Ljava_7_nio_7_channels_7_ReadableByteChannel_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_I.this.arg1); (fuzion.java.i32_to_java_object Java.sun.nio.cs.StreamDecoder_static.forDecoder_Ljava_7_nio_7_channels_7_ReadableByteChannel_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_I.this.arg2)]

  # call Java static method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forInputStreamReader(java.io.InputStream,java.lang.Object,java.lang.String) throws java.io.UnsupportedEncodingException':
  #
  public forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_lang_7_String_s_(arg0 Java.java.io.InputStream, arg1 Java.java.lang.Object, arg2 String) outcome (Java.sun.nio.cs.StreamDecoder) =>
    fuzion.java.call_static (outcome (Java.sun.nio.cs.StreamDecoder)) "sun.nio.cs.StreamDecoder" "forInputStreamReader" "(Ljava/io/InputStream;Ljava/lang/Object;Ljava/lang/String;)Lsun/nio/cs/StreamDecoder;" [(Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_lang_7_String_s_.this.arg0); (Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_lang_7_String_s_.this.arg1); (fuzion.java.string_to_java_object Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_lang_7_String_s_.this.arg2)]

  # call Java static method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forInputStreamReader(java.io.InputStream,java.lang.Object,java.nio.charset.CharsetDecoder)':
  #
  public forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_(arg0 Java.java.io.InputStream, arg1 Java.java.lang.Object, arg2 Java.java.nio.charset.CharsetDecoder) Java.sun.nio.cs.StreamDecoder =>
    fuzion.java.call_static (Java.sun.nio.cs.StreamDecoder) "sun.nio.cs.StreamDecoder" "forInputStreamReader" "(Ljava/io/InputStream;Ljava/lang/Object;Ljava/nio/charset/CharsetDecoder;)Lsun/nio/cs/StreamDecoder;" [(Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_.this.arg0); (Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_.this.arg1); (Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_.this.arg2)]

  # call Java static method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forInputStreamReader(java.io.InputStream,java.lang.Object,java.nio.charset.Charset)':
  #
  public forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_Charset_s_(arg0 Java.java.io.InputStream, arg1 Java.java.lang.Object, arg2 Java.java.nio.charset.Charset) Java.sun.nio.cs.StreamDecoder =>
    fuzion.java.call_static (Java.sun.nio.cs.StreamDecoder) "sun.nio.cs.StreamDecoder" "forInputStreamReader" "(Ljava/io/InputStream;Ljava/lang/Object;Ljava/nio/charset/Charset;)Lsun/nio/cs/StreamDecoder;" [(Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg0); (Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg1); (Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_nio_7_charset_7_Charset_s_.this.arg2)]

  # short-hand to call Java method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forDecoder(java.nio.channels.ReadableByteChannel,java.nio.charset.CharsetDecoder,int)':
  #
  public forDecoder(arg0 Java.java.nio.channels.ReadableByteChannel, arg1 Java.java.nio.charset.CharsetDecoder, arg2 i32) (Java.sun.nio.cs.StreamDecoder) =>
    forDecoder_Ljava_7_nio_7_channels_7_ReadableByteChannel_s_Ljava_7_nio_7_charset_7_CharsetDecoder_s_I Java.sun.nio.cs.StreamDecoder_static.forDecoder.this.arg0 Java.sun.nio.cs.StreamDecoder_static.forDecoder.this.arg1 Java.sun.nio.cs.StreamDecoder_static.forDecoder.this.arg2

  # short-hand to call Java method 'public static sun.nio.cs.StreamDecoder sun.nio.cs.StreamDecoder.forInputStreamReader(java.io.InputStream,java.lang.Object,java.lang.String) throws java.io.UnsupportedEncodingException':
  #
  public forInputStreamReader(arg0 Java.java.io.InputStream, arg1 Java.java.lang.Object, arg2 String) (outcome (Java.sun.nio.cs.StreamDecoder)) =>
    forInputStreamReader_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_Object_s_Ljava_7_lang_7_String_s_ Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader.this.arg0 Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader.this.arg1 Java.sun.nio.cs.StreamDecoder_static.forInputStreamReader.this.arg2