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

Java/java/nio/charset/CharsetDecoder.fz


# Fuzion interface to instance members of Java instance class 'java.nio.charset.CharsetDecoder'
#
# !!!!!!  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.charset.CharsetDecoder(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public final float java.nio.charset.CharsetDecoder.averageCharsPerByte()':
  #
  public averageCharsPerByte f32 =>
    fuzion.java.call_virtual (f32) "java.nio.charset.CharsetDecoder" "averageCharsPerByte" "()F" CharsetDecoder.this []

  # call Java instance method 'public final java.nio.charset.Charset java.nio.charset.CharsetDecoder.charset()':
  #
  public charset Java.java.nio.charset.Charset =>
    fuzion.java.call_virtual (Java.java.nio.charset.Charset) "java.nio.charset.CharsetDecoder" "charset" "()Ljava/nio/charset/Charset;" CharsetDecoder.this []

  # call Java instance method 'public final java.nio.CharBuffer java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer) throws java.nio.charset.CharacterCodingException':
  #
  public decode_Ljava_7_nio_7_ByteBuffer_s_(arg0 Java.java.nio.ByteBuffer) outcome (Java.java.nio.CharBuffer) =>
    fuzion.java.call_virtual (outcome (Java.java.nio.CharBuffer)) "java.nio.charset.CharsetDecoder" "decode" "(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;" CharsetDecoder.this [(Java.java.nio.charset.CharsetDecoder.decode_Ljava_7_nio_7_ByteBuffer_s_.this.arg0)]

  # call Java instance method 'public final java.nio.charset.CoderResult java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer,java.nio.CharBuffer,boolean)':
  #
  public decode_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_Z(arg0 Java.java.nio.ByteBuffer, arg1 Java.java.nio.CharBuffer, arg2 bool) Java.java.nio.charset.CoderResult =>
    fuzion.java.call_virtual (Java.java.nio.charset.CoderResult) "java.nio.charset.CharsetDecoder" "decode" "(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;Z)Ljava/nio/charset/CoderResult;" CharsetDecoder.this [(Java.java.nio.charset.CharsetDecoder.decode_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_Z.this.arg0); (Java.java.nio.charset.CharsetDecoder.decode_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_Z.this.arg1); (fuzion.java.bool_to_java_object Java.java.nio.charset.CharsetDecoder.decode_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_Z.this.arg2)]

  # call Java instance method 'public java.nio.charset.Charset java.nio.charset.CharsetDecoder.detectedCharset()':
  #
  public detectedCharset Java.java.nio.charset.Charset =>
    fuzion.java.call_virtual (Java.java.nio.charset.Charset) "java.nio.charset.CharsetDecoder" "detectedCharset" "()Ljava/nio/charset/Charset;" CharsetDecoder.this []

  # call Java instance method 'public final java.nio.charset.CoderResult java.nio.charset.CharsetDecoder.flush(java.nio.CharBuffer)':
  #
  public flush_Ljava_7_nio_7_CharBuffer_s_(arg0 Java.java.nio.CharBuffer) Java.java.nio.charset.CoderResult =>
    fuzion.java.call_virtual (Java.java.nio.charset.CoderResult) "java.nio.charset.CharsetDecoder" "flush" "(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;" CharsetDecoder.this [(Java.java.nio.charset.CharsetDecoder.flush_Ljava_7_nio_7_CharBuffer_s_.this.arg0)]

  # call Java instance method 'public boolean java.nio.charset.CharsetDecoder.isAutoDetecting()':
  #
  public isAutoDetecting bool =>
    fuzion.java.call_virtual (bool) "java.nio.charset.CharsetDecoder" "isAutoDetecting" "()Z" CharsetDecoder.this []

  # call Java instance method 'public boolean java.nio.charset.CharsetDecoder.isCharsetDetected()':
  #
  public isCharsetDetected bool =>
    fuzion.java.call_virtual (bool) "java.nio.charset.CharsetDecoder" "isCharsetDetected" "()Z" CharsetDecoder.this []

  # call Java instance method 'public java.nio.charset.CodingErrorAction java.nio.charset.CharsetDecoder.malformedInputAction()':
  #
  public malformedInputAction Java.java.nio.charset.CodingErrorAction =>
    fuzion.java.call_virtual (Java.java.nio.charset.CodingErrorAction) "java.nio.charset.CharsetDecoder" "malformedInputAction" "()Ljava/nio/charset/CodingErrorAction;" CharsetDecoder.this []

  # call Java instance method 'public final float java.nio.charset.CharsetDecoder.maxCharsPerByte()':
  #
  public maxCharsPerByte f32 =>
    fuzion.java.call_virtual (f32) "java.nio.charset.CharsetDecoder" "maxCharsPerByte" "()F" CharsetDecoder.this []

  # call Java instance method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.onMalformedInput(java.nio.charset.CodingErrorAction)':
  #
  public onMalformedInput_Ljava_7_nio_7_charset_7_CodingErrorAction_s_(arg0 Java.java.nio.charset.CodingErrorAction) Java.java.nio.charset.CharsetDecoder =>
    fuzion.java.call_virtual (Java.java.nio.charset.CharsetDecoder) "java.nio.charset.CharsetDecoder" "onMalformedInput" "(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;" CharsetDecoder.this [(Java.java.nio.charset.CharsetDecoder.onMalformedInput_Ljava_7_nio_7_charset_7_CodingErrorAction_s_.this.arg0)]

  # call Java instance method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.onUnmappableCharacter(java.nio.charset.CodingErrorAction)':
  #
  public onUnmappableCharacter_Ljava_7_nio_7_charset_7_CodingErrorAction_s_(arg0 Java.java.nio.charset.CodingErrorAction) Java.java.nio.charset.CharsetDecoder =>
    fuzion.java.call_virtual (Java.java.nio.charset.CharsetDecoder) "java.nio.charset.CharsetDecoder" "onUnmappableCharacter" "(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;" CharsetDecoder.this [(Java.java.nio.charset.CharsetDecoder.onUnmappableCharacter_Ljava_7_nio_7_charset_7_CodingErrorAction_s_.this.arg0)]

  # call Java instance method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.replaceWith(java.lang.String)':
  #
  public replaceWith_Ljava_7_lang_7_String_s_(arg0 String) Java.java.nio.charset.CharsetDecoder =>
    fuzion.java.call_virtual (Java.java.nio.charset.CharsetDecoder) "java.nio.charset.CharsetDecoder" "replaceWith" "(Ljava/lang/String;)Ljava/nio/charset/CharsetDecoder;" CharsetDecoder.this [(fuzion.java.string_to_java_object Java.java.nio.charset.CharsetDecoder.replaceWith_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java instance method 'public final java.lang.String java.nio.charset.CharsetDecoder.replacement()':
  #
  public replacement Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "java.nio.charset.CharsetDecoder" "replacement" "()Ljava/lang/String;" CharsetDecoder.this []

  # call Java instance method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.reset()':
  #
  public reset Java.java.nio.charset.CharsetDecoder =>
    fuzion.java.call_virtual (Java.java.nio.charset.CharsetDecoder) "java.nio.charset.CharsetDecoder" "reset" "()Ljava/nio/charset/CharsetDecoder;" CharsetDecoder.this []

  # call Java instance method 'public java.nio.charset.CodingErrorAction java.nio.charset.CharsetDecoder.unmappableCharacterAction()':
  #
  public unmappableCharacterAction Java.java.nio.charset.CodingErrorAction =>
    fuzion.java.call_virtual (Java.java.nio.charset.CodingErrorAction) "java.nio.charset.CharsetDecoder" "unmappableCharacterAction" "()Ljava/nio/charset/CodingErrorAction;" CharsetDecoder.this []

  # short-hand to call Java method 'public final java.nio.CharBuffer java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer) throws java.nio.charset.CharacterCodingException':
  #
  public decode(arg0 Java.java.nio.ByteBuffer) (outcome (Java.java.nio.CharBuffer)) =>
    decode_Ljava_7_nio_7_ByteBuffer_s_ Java.java.nio.charset.CharsetDecoder.decode.this.arg0

  # short-hand to call Java method 'public final java.nio.charset.CoderResult java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer,java.nio.CharBuffer,boolean)':
  #
  public decode(arg0 Java.java.nio.ByteBuffer, arg1 Java.java.nio.CharBuffer, arg2 bool) (Java.java.nio.charset.CoderResult) =>
    decode_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_Z Java.java.nio.charset.CharsetDecoder.decode.this.arg0 Java.java.nio.charset.CharsetDecoder.decode.this.arg1 Java.java.nio.charset.CharsetDecoder.decode.this.arg2

  # short-hand to call Java method 'public final java.nio.charset.CoderResult java.nio.charset.CharsetDecoder.flush(java.nio.CharBuffer)':
  #
  public flush(arg0 Java.java.nio.CharBuffer) (Java.java.nio.charset.CoderResult) =>
    flush_Ljava_7_nio_7_CharBuffer_s_ Java.java.nio.charset.CharsetDecoder.flush.this.arg0

  # short-hand to call Java method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.onMalformedInput(java.nio.charset.CodingErrorAction)':
  #
  public onMalformedInput(arg0 Java.java.nio.charset.CodingErrorAction) (Java.java.nio.charset.CharsetDecoder) =>
    onMalformedInput_Ljava_7_nio_7_charset_7_CodingErrorAction_s_ Java.java.nio.charset.CharsetDecoder.onMalformedInput.this.arg0

  # short-hand to call Java method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.onUnmappableCharacter(java.nio.charset.CodingErrorAction)':
  #
  public onUnmappableCharacter(arg0 Java.java.nio.charset.CodingErrorAction) (Java.java.nio.charset.CharsetDecoder) =>
    onUnmappableCharacter_Ljava_7_nio_7_charset_7_CodingErrorAction_s_ Java.java.nio.charset.CharsetDecoder.onUnmappableCharacter.this.arg0

  # short-hand to call Java method 'public final java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder.replaceWith(java.lang.String)':
  #
  public replaceWith(arg0 String) (Java.java.nio.charset.CharsetDecoder) =>
    replaceWith_Ljava_7_lang_7_String_s_ Java.java.nio.charset.CharsetDecoder.replaceWith.this.arg0