|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Data
gnu.x11.Request
gnu.x11.Request.ValueList
public static class Request.ValueList
Aggregate value list requests.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gnu.x11.Request |
---|
Request.Poly, Request.ValueList |
Field Summary | |
---|---|
Display |
display
|
int |
id
|
int |
opcode
|
int |
unit
|
ValueList |
vl
|
Fields inherited from class gnu.x11.Request |
---|
length |
Fields inherited from class gnu.x11.Data |
---|
data, index, offset |
Constructor Summary | |
---|---|
Request.ValueList(Display display,
int opcode,
int unit,
int id,
ValueList vl)
|
Method Summary | |
---|---|
boolean |
aggregate(Request request)
|
void |
write(java.io.OutputStream out)
|
Methods inherited from class gnu.x11.Request |
---|
init |
Methods inherited from class gnu.x11.Data |
---|
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, toString, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Display display
public int opcode
public int unit
public int id
public ValueList vl
Constructor Detail |
---|
public Request.ValueList(Display display, int opcode, int unit, int id, ValueList vl)
Method Detail |
---|
public boolean aggregate(Request request)
public void write(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |