Package ch.bailu.gtk.gio
Interface IOStreamSpliceFlags
public interface IOStreamSpliceFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intClose the first stream after
the splice.static final intClose the second stream after
the splice.static final intDo not close either stream.static final intWait for both splice operations to finish
before calling the callback.
-
Field Details
-
NONE
static final int NONEDo not close either stream.- See Also:
-
CLOSE_STREAM1
static final int CLOSE_STREAM1Close the first stream after
the splice.- See Also:
-
CLOSE_STREAM2
static final int CLOSE_STREAM2Close the second stream after
the splice.- See Also:
-
WAIT_FOR_BOTH
static final int WAIT_FOR_BOTHWait for both splice operations to finish
before calling the callback.- See Also:
-