JavaScript is disabled on your browser.
Package: groovy.io

[Java] Class GroovyPrintStream


  • public class GroovyPrintStream
    extends PrintStream 

    A PrintStream that outputs objects in Groovy style. That means print(Object) uses InvokerHelper.toString(Object) to produce the same results as Writer.print(Object).

    Since:
    1.6

    • Method Detail

      • @Override
        public void print(Object obj)

        Prints an object Groovy style.

        Parameters:
        obj - The Object to be printed

      • @Override
        public void println(Object obj)

        Prints an object Groovy style followed by a newline.

        Parameters:
        obj - The Object to be printed

Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /