当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
CRLFPrintWriter (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.stream
Class CRLFPrintWriter
java.lang.Object
java.io.Writer
java.io.PrintWriter
org.jboss.util.stream.CRLFPrintWriter
- public class CRLFPrintWriter
- extends PrintWriter
A PrintWriter that ends lines with a carriage return-line feed
(CRLF).
Concurrency
This class is
as synchronized as
PrintWriter.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Dillon
Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
autoFlush
protected boolean autoFlush
CRLFPrintWriter
public CRLFPrintWriter(Writer out)
CRLFPrintWriter
public CRLFPrintWriter(Writer out,
boolean autoFlush)
CRLFPrintWriter
public CRLFPrintWriter(OutputStream out)
CRLFPrintWriter
public CRLFPrintWriter(OutputStream out,
boolean autoFlush)
ensureOpen
protected void ensureOpen()
throws IOException
- Throws:
IOException
println
public void println()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.