Data Output Stream

GPTKB entity

Statements (24)
Predicate Object
gptkbp:instance_of gptkb:Java_programming_language
gptkbp:constructor Data Output Stream(Output Stream out)
gptkbp:has_expansion gptkb:streaming_service
https://www.w3.org/2000/01/rdf-schema#label Data Output Stream
gptkbp:provides methods for writing primitive data types
gptkbp:technique close()
flush()
write Boolean(boolean v)
write Byte(int v)
write Bytes(String s)
write Char(int v)
write Chars(String s)
write Double(double v)
write Float(float v)
write Int(int v)
write Long(long v)
write Short(int v)
write UTF(String str)
write(byte[] b)
write(byte[] b, int off, int len)
gptkbp:uses gptkb:streaming_service
gptkbp:bfsParent gptkb:streaming_service
gptkb:Google_I/_O
gptkbp:bfsLayer 4