OutputStreamSpliceFlags
Description:
[ Flags ]
public enum OutputStreamSpliceFlags
GOutputStreamSpliceFlags determine how streams should be spliced.
Content:
Enum values:
- NONE - Do not close either
stream.
- CLOSE_SOURCE - Close the
source stream after the splice.
- CLOSE_TARGET - Close the
target stream after the splice.