public class BytePipe extends Object
ByteSink
ByteSource
A BytePipe has a sink() on one end, and a source() on the other end. Bytes written to the sink will come out of the source in the same order.
BytePipe
sink()
source()
Writing to the sink and reading from the source can be executed on the same Fiber.
Fiber
BytePipe()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BytePipe()
public ByteSink sink()
public ByteSource source()