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

Java/sun/nio/cs/SingleByte_S_Decoder.fz


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

  # call Java instance method 'public int sun.nio.cs.SingleByte$Decoder.decodeToLatin1(byte[],int,int,byte[])':
  #
  public decodeToLatin1__u00005b_BII_u00005b_B(arg0 Sequence (i8), arg1 i32, arg2 i32, arg3 Sequence (i8)) i32 =>
    fuzion.java.call_virtual (i32) "sun.nio.cs.SingleByte\$Decoder" "decodeToLatin1" "([BII[B)I" SingleByte_S_Decoder.this [(fuzion.java.array_to_java_object (i8) Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1__u00005b_BII_u00005b_B.this.arg0); (fuzion.java.i32_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1__u00005b_BII_u00005b_B.this.arg1); (fuzion.java.i32_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1__u00005b_BII_u00005b_B.this.arg2); (fuzion.java.array_to_java_object (i8) Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1__u00005b_BII_u00005b_B.this.arg3)]

  # call Java instance method 'public final char sun.nio.cs.SingleByte$Decoder.decode(int)':
  #
  public decode_I(arg0 i32) u16 =>
    fuzion.java.call_virtual (u16) "sun.nio.cs.SingleByte\$Decoder" "decode" "(I)C" SingleByte_S_Decoder.this [(fuzion.java.i32_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder.decode_I.this.arg0)]

  # call Java instance method 'public int sun.nio.cs.SingleByte$Decoder.decode(byte[],int,int,char[])':
  #
  public decode__u00005b_BII_u00005b_C(arg0 Sequence (i8), arg1 i32, arg2 i32, arg3 Sequence (u16)) i32 =>
    fuzion.java.call_virtual (i32) "sun.nio.cs.SingleByte\$Decoder" "decode" "([BII[C)I" SingleByte_S_Decoder.this [(fuzion.java.array_to_java_object (i8) Java.sun.nio.cs.SingleByte_S_Decoder.decode__u00005b_BII_u00005b_C.this.arg0); (fuzion.java.i32_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder.decode__u00005b_BII_u00005b_C.this.arg1); (fuzion.java.i32_to_java_object Java.sun.nio.cs.SingleByte_S_Decoder.decode__u00005b_BII_u00005b_C.this.arg2); (fuzion.java.array_to_java_object (u16) Java.sun.nio.cs.SingleByte_S_Decoder.decode__u00005b_BII_u00005b_C.this.arg3)]

  # call Java instance method 'public boolean sun.nio.cs.SingleByte$Decoder.isASCIICompatible()':
  #
  public isASCIICompatible bool =>
    fuzion.java.call_virtual (bool) "sun.nio.cs.SingleByte\$Decoder" "isASCIICompatible" "()Z" SingleByte_S_Decoder.this []

  # call Java instance method 'public boolean sun.nio.cs.SingleByte$Decoder.isLatin1Decodable()':
  #
  public isLatin1Decodable bool =>
    fuzion.java.call_virtual (bool) "sun.nio.cs.SingleByte\$Decoder" "isLatin1Decodable" "()Z" SingleByte_S_Decoder.this []

  # short-hand to call Java method 'public int sun.nio.cs.SingleByte$Decoder.decode(byte[],int,int,char[])':
  #
  public decode(arg0 Sequence (i8), arg1 i32, arg2 i32, arg3 Sequence (u16)) (i32) =>
    decode__u00005b_BII_u00005b_C Java.sun.nio.cs.SingleByte_S_Decoder.decode.this.arg0 Java.sun.nio.cs.SingleByte_S_Decoder.decode.this.arg1 Java.sun.nio.cs.SingleByte_S_Decoder.decode.this.arg2 Java.sun.nio.cs.SingleByte_S_Decoder.decode.this.arg3

  # short-hand to call Java method 'public int sun.nio.cs.SingleByte$Decoder.decodeToLatin1(byte[],int,int,byte[])':
  #
  public decodeToLatin1(arg0 Sequence (i8), arg1 i32, arg2 i32, arg3 Sequence (i8)) (i32) =>
    decodeToLatin1__u00005b_BII_u00005b_B Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1.this.arg0 Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1.this.arg1 Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1.this.arg2 Java.sun.nio.cs.SingleByte_S_Decoder.decodeToLatin1.this.arg3