Buffered Input Stream

GPTKB entity

Statements (51)
Predicate Object
gptkbp:instance_of gptkb:streaming_service
gptkb:Java_programming_language
gptkbp:buffer_size default is 8192 bytes
gptkbp:can_be_used_for reading binary files
reading compressed files
reading large files efficiently
reading network streams
reading text files
gptkbp:can_be_used_with gptkb:Object_Input_Stream
gptkb:Piped_Input_Stream
gptkb:Byte_Array_Input_Stream
gptkb:File_Input_Stream
gptkbp:constructor Buffered Input Stream(Input Stream in)
Buffered Input Stream(Input Stream in, int size)
gptkbp:flush flushes the stream
gptkbp:has_expansion gptkb:Filter_Input_Stream
gptkbp:has_field mark Supported
gptkbp:has_method close()
read()
reset()
available()
mark(int readlimit)
read(byte[] b)
read(byte[] b, int off, int len)
https://www.w3.org/2000/01/rdf-schema#label Buffered Input Stream
gptkbp:hyper_threading false
gptkbp:improves performance of byte input streams
gptkbp:introduced_in gptkb:Java_1.0
gptkbp:is_buffered gptkb:true
gptkbp:is_often_used_in network programming
input/output operations
data streaming
file processing
gptkbp:is_part_of gptkb:API
gptkbp:mark_supported gptkb:true
gptkbp:part_of Java I/ O package
gptkbp:provides buffered input
gptkbp:related_to gptkb:streaming_service
gptkb:Data_Input_Stream
gptkb:Filter_Input_Stream
gptkb:Writer
Reader
Input Stream Reader
gptkbp:replaced_by no
gptkbp:reset_supported gptkb:true
gptkbp:serialization false
gptkbp:throws gptkb:Google_I/_O
EOFException
gptkbp:used_for reading data from a stream efficiently
gptkbp:bfsParent gptkb:streaming_service
gptkbp:bfsLayer 4