Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Constructor and description |
---|
GroovyPrintStream
(OutputStream out) Creates a new print stream. |
GroovyPrintStream
(OutputStream out, boolean autoFlush) Creates a new print stream. |
GroovyPrintStream
(OutputStream out, boolean autoFlush, String encoding) Creates a new print stream. |
GroovyPrintStream
(String fileName) Creates a new print stream, without automatic line flushing, with the specified file name. |
GroovyPrintStream
(String fileName, String csn) Creates a new print stream, without automatic line flushing, with the specified file name and charset. |
GroovyPrintStream
(File file) Creates a new print stream, without automatic line flushing, with the specified file. |
GroovyPrintStream
(File file, String csn) Creates a new print stream, without automatic line flushing, with the specified file and charset. |
Methods inherited from class | Name |
---|---|
class PrintStream |
println, println, println, println, println, println, println, println, println, println, append, append, append, append, append, append, format, format, write, write, print, print, print, print, print, print, print, print, print, close, flush, checkError, printf, printf, write, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
class FilterOutputStream |
write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Creates a new print stream. This stream will not flush automatically.
Creates a new print stream.
Creates a new print stream.
Creates a new print stream, without automatic line flushing, with the specified file name.
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
Creates a new print stream, without automatic line flushing, with the specified file.
Creates a new print stream, without automatic line flushing, with the specified file and charset.
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.