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

Java/java/nio/channels/Pipe_static.fz


# Fuzion interface to static members of Java class 'java.nio.channels.Pipe'
#
# !!!!!!  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.channels.Pipe_static is

  # call Java static method 'public static java.nio.channels.Pipe java.nio.channels.Pipe.open() throws java.io.IOException':
  #
  public open outcome (Java.java.nio.channels.Pipe) =>
    fuzion.java.call_static (outcome (Java.java.nio.channels.Pipe)) "java.nio.channels.Pipe" "open" "()Ljava/nio/channels/Pipe;" []