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

Java/sun/nio/cs/DelegatableDecoder.fz


# Fuzion interface to instance members of Java instance class 'sun.nio.cs.DelegatableDecoder'
#
# !!!!!!  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.DelegatableDecoder(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract java.nio.charset.CoderResult sun.nio.cs.DelegatableDecoder.decodeLoop(java.nio.ByteBuffer,java.nio.CharBuffer)':
  #
  public decodeLoop_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_(arg0 Java.java.nio.ByteBuffer, arg1 Java.java.nio.CharBuffer) Java.java.nio.charset.CoderResult =>
    fuzion.java.call_virtual (Java.java.nio.charset.CoderResult) "sun.nio.cs.DelegatableDecoder" "decodeLoop" "(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;" DelegatableDecoder.this [(Java.sun.nio.cs.DelegatableDecoder.decodeLoop_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_.this.arg0); (Java.sun.nio.cs.DelegatableDecoder.decodeLoop_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_.this.arg1)]

  # call Java instance method 'public abstract java.nio.charset.CoderResult sun.nio.cs.DelegatableDecoder.implFlush(java.nio.CharBuffer)':
  #
  public implFlush_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) "sun.nio.cs.DelegatableDecoder" "implFlush" "(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;" DelegatableDecoder.this [(Java.sun.nio.cs.DelegatableDecoder.implFlush_Ljava_7_nio_7_CharBuffer_s_.this.arg0)]

  # call Java instance method 'public abstract void sun.nio.cs.DelegatableDecoder.implReset()':
  #
  public implReset unit =>
    fuzion.java.call_virtual (unit) "sun.nio.cs.DelegatableDecoder" "implReset" "()V" DelegatableDecoder.this []

  # short-hand to call Java method 'public abstract java.nio.charset.CoderResult sun.nio.cs.DelegatableDecoder.decodeLoop(java.nio.ByteBuffer,java.nio.CharBuffer)':
  #
  public decodeLoop(arg0 Java.java.nio.ByteBuffer, arg1 Java.java.nio.CharBuffer) (Java.java.nio.charset.CoderResult) =>
    decodeLoop_Ljava_7_nio_7_ByteBuffer_s_Ljava_7_nio_7_CharBuffer_s_ Java.sun.nio.cs.DelegatableDecoder.decodeLoop.this.arg0 Java.sun.nio.cs.DelegatableDecoder.decodeLoop.this.arg1

  # short-hand to call Java method 'public abstract java.nio.charset.CoderResult sun.nio.cs.DelegatableDecoder.implFlush(java.nio.CharBuffer)':
  #
  public implFlush(arg0 Java.java.nio.CharBuffer) (Java.java.nio.charset.CoderResult) =>
    implFlush_Ljava_7_nio_7_CharBuffer_s_ Java.sun.nio.cs.DelegatableDecoder.implFlush.this.arg0