public class YPipe<T> extends Object
YPipe(int qsize)
boolean
check_read()
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 final void write(T value_, boolean incomplete_)
public T unwrite()
public final boolean flush()
public final boolean check_read()
public final T read()
public final T probe()
Copyright © 2014. All rights reserved.