Class PrintInput

    • Constructor Detail

      • PrintInput

        public PrintInput​(java.lang.String prefix)
      • PrintInput

        public PrintInput()
      • PrintInput

        public PrintInput​(java.io.PrintStream out)
      • PrintInput

        public PrintInput​(java.lang.String prefix,
                          java.io.PrintStream out)
    • Method Detail

      • pipe

        public Instance pipe​(Instance carrier)
        Description copied from class: Pipe
        Really this should be 'protected', but isn't for historical reasons.
        Overrides:
        pipe in class Pipe