类 LinePrintWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.PrintWriter
-
- cn.mcres.gyhhy.MXLib.io.LinePrintWriter
-
- 所有已实现的接口:
LineWritable,Closeable,Flushable,Appendable,AutoCloseable
public class LinePrintWriter extends PrintWriter implements LineWritable
-
-
字段概要
-
从类继承的字段 java.io.PrintWriter
out
-
-
构造器概要
构造器 构造器 说明 LinePrintWriter(PrintWriter out)
-
方法概要
修饰符和类型 方法 说明 LinePrintWriterappend(char c)LinePrintWriterappend(CharSequence csq)LinePrintWriterappend(CharSequence csq, int start, int end)booleancheckError()voidclose()voidflush()LinePrintWriterformat(String format, Object... args)LinePrintWriterformat(Locale l, String format, Object... args)voidprint(boolean b)voidprint(char c)voidprint(char[] s)voidprint(double d)voidprint(float f)voidprint(int i)voidprint(long l)voidprint(Object obj)voidprint(String s)LinePrintWriterprintf(String format, Object... args)LinePrintWriterprintf(Locale l, String format, Object... args)voidprintln()voidprintln(boolean x)voidprintln(char x)voidprintln(char[] x)voidprintln(double x)voidprintln(float x)voidprintln(int x)voidprintln(long x)voidprintln(Object x)voidprintln(String x)StringtoString()voidwrite(int b)-
从类继承的方法 java.io.PrintWriter
clearError, setError, write, write, write, write
-
从类继承的方法 java.io.Writer
nullWriter
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 cn.mcres.gyhhy.MXLib.io.LineWritable
println, println
-
-
-
-
构造器详细资料
-
LinePrintWriter
public LinePrintWriter(PrintWriter out)
-
-
方法详细资料
-
close
public void close()
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中PrintWriter
-
flush
public void flush()
- 指定者:
flush在接口中Flushable- 覆盖:
flush在类中PrintWriter
-
checkError
public boolean checkError()
- 覆盖:
checkError在类中PrintWriter
-
write
public void write(int b)
- 覆盖:
write在类中PrintWriter
-
println
public void println(String x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println()
- 覆盖:
println在类中PrintWriter
-
print
public void print(String s)
- 覆盖:
print在类中PrintWriter
-
append
public LinePrintWriter append(CharSequence csq, int start, int end)
- 指定者:
append在接口中Appendable- 覆盖:
append在类中PrintWriter
-
append
public LinePrintWriter append(char c)
- 指定者:
append在接口中Appendable- 覆盖:
append在类中PrintWriter
-
append
public LinePrintWriter append(CharSequence csq)
- 指定者:
append在接口中Appendable- 覆盖:
append在类中PrintWriter
-
format
public LinePrintWriter format(String format, Object... args)
- 覆盖:
format在类中PrintWriter
-
format
public LinePrintWriter format(Locale l, String format, Object... args)
- 覆盖:
format在类中PrintWriter
-
print
public void print(Object obj)
- 覆盖:
print在类中PrintWriter
-
print
public void print(boolean b)
- 覆盖:
print在类中PrintWriter
-
print
public void print(char c)
- 覆盖:
print在类中PrintWriter
-
print
public void print(char[] s)
- 覆盖:
print在类中PrintWriter
-
print
public void print(double d)
- 覆盖:
print在类中PrintWriter
-
print
public void print(float f)
- 覆盖:
print在类中PrintWriter
-
print
public void print(int i)
- 覆盖:
print在类中PrintWriter
-
print
public void print(long l)
- 覆盖:
print在类中PrintWriter
-
printf
public LinePrintWriter printf(String format, Object... args)
- 覆盖:
printf在类中PrintWriter
-
printf
public LinePrintWriter printf(Locale l, String format, Object... args)
- 覆盖:
printf在类中PrintWriter
-
println
public void println(Object x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(boolean x)
- 覆盖:
println在类中PrintWriter
-
println
public void println(char x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(char[] x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(double x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(float x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(int x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
println
public void println(long x)
- 指定者:
println在接口中LineWritable- 覆盖:
println在类中PrintWriter
-
-