public class YPipe<T> extends Object implements YPipeBase<T>
YPipe(int qsize)
boolean
checkRead()
flush()
T
probe()
read()
unwrite()
void
write(T value, boolean incomplete)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public YPipe(int qsize)
public void write(T value, boolean incomplete)
write
YPipeBase<T>
public T unwrite()
unwrite
public boolean flush()
flush
public boolean checkRead()
checkRead
public T read()
read
public T probe()
probe
Copyright © 2020. All rights reserved.