|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.io.Buffer
| Field Summary | |
boolean |
appendArrays
Deprecated. Set this true for use as an array transfer buffer. |
| Constructor Summary | |
Buffer()
Deprecated. |
|
Buffer(boolean appendArrays)
Deprecated. |
|
| Method Summary | |
void |
close()
Deprecated. |
Object |
get(TimeOut howLong)
Deprecated. This will get an object from the buffer and it will not return until it has done so, or until the buffer has been closed, or the timeout has expired. |
boolean |
isClosed()
Deprecated. |
boolean |
put(Object toAdd,
TimeOut howLong)
Deprecated. This will put the object into the buffer and it will not return until it has done so, or until the timeout has expired or until the buffer has been closed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public boolean appendArrays
| Constructor Detail |
public Buffer()
public Buffer(boolean appendArrays)
| Method Detail |
public boolean put(Object toAdd,
TimeOut howLong)
public Object get(TimeOut howLong)
public void close()
public boolean isClosed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||