GOutputStreamSpliceFlags

GOutputStreamSpliceFlags determine how streams should be spliced.

Values

ValueMeaning
NONE0

Do not close either stream.

CLOSE_SOURCE1

Close the source stream after the splice.

CLOSE_TARGET2

Close the target stream after the splice.