Package ch.bailu.gtk.gio
Interface IOStreamSpliceFlags
public interface IOStreamSpliceFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Close the first stream after
the splice.static final int
Close the second stream after
the splice.static final int
Do not close either stream.static final int
Wait 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:
-