java.io. Print Writer

GPTKB entity

Statements (50)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:bfsLayer 2
gptkbp:bfsParent gptkb:Author
gptkbp:constructor Print Writer(Output Stream out)
Print Writer(Writer out)
gptkbp:field error
out
auto Flush
gptkbp:has_expansion gptkb:Author
https://www.w3.org/2000/01/rdf-schema#label java.io. Print Writer
gptkbp:implements gptkb:publishing_company
java.io. Flushable
gptkbp:technique close()
flush()
print(String s)
printf(String format, Object... args)
println(String s)
write(char[] cbuf)
append(Char Sequence csq)
check Error()
write(char[] cbuf, int off, int len)
write(int c)
print(char c)
println(char c)
print(Object obj)
print(boolean b)
print(double d)
print(float f)
print(int i)
print(long l)
println(boolean b)
println(double d)
println(float f)
println(int i)
println(long l)
clear Error()
format(Locale l, String format, Object... args)
format(String format, Object... args)
print(String s, Object... args)
print(String s, int off, int len)
print(char[] cbuf)
printf(Locale l, String format, Object... args)
println(Object obj, int off, int len)
println(Object x)
println(String s, int off, int len)
println(char[] cbuf)
println(char[] cbuf, int off, int len)
set Error()
write(String s)
write(String s, int off, int len)