IOStreamSpliceFlags
-
class IOStreamSpliceFlags
GIOStreamSpliceFlags determine how streams should be spliced.
Fields
-
class IOStreamSpliceFlags
-
CLOSE_STREAM1
Close the first stream after
the splice.
-
CLOSE_STREAM2
Close the second stream after
the splice.
-
NONE
Do not close either stream.
-
WAIT_FOR_BOTH
Wait for both splice operations to finish
before calling the callback.