public class YPipe<T> extends Object
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)
public T unwrite()
public boolean flush()
public boolean checkRead()
public T read()
public T probe()
Copyright © 2019. All rights reserved.