Class BytePipe


  • public final class BytePipe
    extends Object
    A paired ByteInput and ByteOutput. Each end must be used from a different thread, otherwise a deadlock condition will occur.
    • Constructor Detail

      • BytePipe

        public BytePipe()
        Construct a new instance.
    • Method Detail

      • getInput

        public ByteInput getInput()
        Get the input side of this pipe.
        Returns:
        the input side
      • getOutput

        public ByteOutput getOutput()
        Get the output side of this pipe.
        Returns:
        the output side