BufferedInputStream


Description:

[ CCode ( has_construct_function = false , type = "GInputStream*" ) ]
public BufferedInputStream (InputStream base_stream)

Creates a new InputStream from the given base_stream, with a buffer set to the default size (4 kilobytes).

Parameters:

base_stream

a InputStream

Returns:

a InputStream for the given base_stream.