Package ch.bailu.gtk.gio
Schnittstelle OutputStreamSpliceFlags
public interface OutputStreamSpliceFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONEDo not close either stream.- Siehe auch:
-
CLOSE_SOURCE
static final int CLOSE_SOURCEClose the source stream after
the splice.- Siehe auch:
-
CLOSE_TARGET
static final int CLOSE_TARGETClose the target stream after
the splice.- Siehe auch:
-