Package ch.bailu.gtk.gio
Interface OutputStreamSpliceFlags
public interface OutputStreamSpliceFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Close the source stream after
the splice.static final int
Close the target stream after
the splice.static final int
Do not close either stream.
-
Field Details
-
NONE
static final int NONEDo not close either stream.- See Also:
-
CLOSE_SOURCE
static final int CLOSE_SOURCEClose the source stream after
the splice.- See Also:
-
CLOSE_TARGET
static final int CLOSE_TARGETClose the target stream after
the splice.- See Also:
-