Interface SysCallPipeSpec

  • All Known Implementing Classes:
    SysCallPipeSpecLbzip2

    public interface SysCallPipeSpec
    This is just the plain command construction - it does not involve operator metadata whether e.g. a file must be completely rewritten before the transformation can be applied
    Author:
    raven
    • Method Detail

      • cmdStreamToStream

        default String[] cmdStreamToStream()
      • cmdBuilderStreamToPath

        default java.util.function.Function<Path,​String[]> cmdBuilderStreamToPath()
      • cmdBuilderPathToStream

        default java.util.function.Function<Path,​String[]> cmdBuilderPathToStream()
      • cmdBuilderPathToPath

        default java.util.function.Function<Path,​Path> cmdBuilderPathToPath()