Interface OutputStreamSpliceFlags


public interface OutputStreamSpliceFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
  • Field Details

    • NONE

      static final int NONE
      Do not close either stream.
      See Also:
    • CLOSE_SOURCE

      static final int CLOSE_SOURCE
      Close the source stream after
      the splice.
      See Also:
    • CLOSE_TARGET

      static final int CLOSE_TARGET
      Close the target stream after
      the splice.
      See Also: