GOutputStreamSpliceFlags

GOutputStreamSpliceFlags determine how streams should be spliced.

Values

ValueMeaning
None0

Do not close either stream.

CloseSource1

Close the source stream after the splice.

CloseTarget2

Close the target stream after the splice.