Package ch.bailu.gtk.gio
Interface OutputStreamSpliceFlags
public interface OutputStreamSpliceFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intClose the source stream after
the splice.static final intClose the target stream after
the splice.static final intDo 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:
-