Output Stream Writer

GPTKB entity

Statements (31)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:bfsLayer 2
gptkbp:bfsParent gptkb:Author
gptkbp:constructor Output Stream Writer(Output Stream out)
Output Stream Writer(Output Stream out, String charset Name)
gptkbp:field gptkb:Lockseed
buffer
charset
out
gptkbp:has_expansion gptkb:Author
https://www.w3.org/2000/01/rdf-schema#label Output Stream Writer
gptkbp:implements Flushable
Closeable
gptkbp:technique init()
close()
reset()
flush()
write(char[] cbuf)
to String()
write(char[] cbuf, int off, int len)
flush Buffer()
get Encoding()
set Output Stream(Output Stream out)
write Bytes(byte[] b)
write Char(char c)
write Chars(String str)
write Chars(char[] cbuf)
write String(String str)
write(String str)
write(String str, int off, int len)
write(int c)