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

Java/java/io/PipedOutputStream_static.fz


# Fuzion interface to static members of Java class 'java.io.PipedOutputStream'
#
# !!!!!!  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.io.PipedOutputStream_static is

  # call Java constructor 'public java.io.PipedOutputStream(java.io.PipedInputStream) throws java.io.IOException':
  #
  public new_Ljava_7_io_7_PipedInputStream_s_(arg0 Java.java.io.PipedInputStream) outcome (Java.java.io.PipedOutputStream) =>
    fuzion.java.call_constructor (outcome (Java.java.io.PipedOutputStream)) "java.io.PipedOutputStream" "(Ljava/io/PipedInputStream;)V" [(Java.java.io.PipedOutputStream_static.new_Ljava_7_io_7_PipedInputStream_s_.this.arg0)]

  # call Java constructor 'public java.io.PipedOutputStream()':
  #
  public new Java.java.io.PipedOutputStream =>
    fuzion.java.call_constructor (Java.java.io.PipedOutputStream) "java.io.PipedOutputStream" "()V" []

  # short-hand to call Java constructor 'public java.io.PipedOutputStream(java.io.PipedInputStream) throws java.io.IOException':
  #
  public new(arg0 Java.java.io.PipedInputStream) (outcome (Java.java.io.PipedOutputStream)) =>
    new_Ljava_7_io_7_PipedInputStream_s_ Java.java.io.PipedOutputStream_static.new.this.arg0