BufferedInputStream
Description:
[ CCode ( has_construct_function = false , type = "GInputStream*" ) ]
public BufferedInputStream (InputStream base_stream)
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 |
Returns:
a InputStream for the given |