[ 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).
base_stream |
a InputStream for the given |