Schnittstelle OutputStreamSpliceFlags


public interface OutputStreamSpliceFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 NONE
      Do not close either stream.
      Siehe auch:
    • CLOSE_SOURCE

      static final int CLOSE_SOURCE
      Close the source stream after
      the splice.
      Siehe auch:
    • CLOSE_TARGET

      static final int CLOSE_TARGET
      Close the target stream after
      the splice.
      Siehe auch: