[ CCode ( has_construct_function = false , type = "GIOStream*" ) ]
public SimpleIOStream (InputStream input_stream, OutputStream output_stream)
Creates a new SimpleIOStream wrapping input_stream
and
output_stream
.
See also IOStream.
input_stream |
a InputStream. |
output_stream |
a OutputStream. |
a new SimpleIOStream instance. |