Sequence Output Stream

GPTKB entity

Statements (30)
Predicate Object
gptkbp:instance_of gptkb:class
gptkb:Java_programming_language
gptkbp:available_on Returns the number of bytes that can be read from the stream.
gptkbp:can_create an array of Output Streams
gptkbp:can_handle gptkb:Google_I/_O
gptkbp:constructor Sequence Output Stream(Output Stream out)
Sequence Output Stream(Output Stream[] outs)
gptkbp:description A stream that writes data to multiple output streams in sequence.
A class that allows writing to multiple Output Streams in sequence.
gptkbp:has_expansion gptkb:streaming_service
gptkbp:has_field Output Stream[] outs
gptkbp:has_method close()
flush()
write(byte[] b)
write(byte[] b, int off, int len)
https://www.w3.org/2000/01/rdf-schema#label Sequence Output Stream
gptkbp:is_designed_for streaming data to multiple destinations.
gptkbp:is_often_used_in combining output streams
gptkbp:is_part_of gptkb:java.io_package
gptkbp:part_of Java I/ O package
gptkbp:supports multiple output streams
gptkbp:technique close()
flush()
write(byte[] b)
write(byte[] b, int off, int len)
write(int b)
gptkbp:usage Used to combine multiple output streams into one.
gptkbp:used_in Java I/ O operations
gptkbp:bfsParent gptkb:streaming_service
gptkbp:bfsLayer 4