Class BytePipe

java.lang.Object
org.jboss.marshalling.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.
  • Field Details

  • Constructor Details

    • BytePipe

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

    • 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