|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.system.tellio.Tell
TELL IO primitive interface. WIP WIP WIP
EPG - Initial - 04Jan04
/code>
Field Summary | |
byte[] |
data
Data |
static int |
MAX_DATA_SIZE
|
int |
numeric
Numeric |
int |
size
Size |
int |
tell
Instruction |
static int |
TELL_ASK
|
static int |
TELL_BAD
|
static int |
TELL_DATA
|
static int |
TELL_DONE
|
static int |
TELL_FETCH
|
static int |
TELL_GIVE
|
static int |
TELL_INVALID
TELL tokens |
static int |
TELL_STOP
|
static int |
TELL_TELL
|
Constructor Summary | |
Tell()
|
Method Summary | |
int |
client_accept(int token)
Accept. |
boolean |
read(java.io.BufferedInputStream bis)
Build. |
java.lang.String |
toString()
Dump this Instruction. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int MAX_DATA_SIZE
public static final int TELL_INVALID
public static final int TELL_ASK
public static final int TELL_BAD
public static final int TELL_TELL
public static final int TELL_FETCH
public static final int TELL_GIVE
public static final int TELL_DATA
public static final int TELL_DONE
public static final int TELL_STOP
public int tell
public int numeric
public int size
public byte[] data
Constructor Detail |
public Tell()
Method Detail |
public java.lang.String toString()
public boolean read(java.io.BufferedInputStream bis) throws TellException
TellException
public int client_accept(int token) throws TellException
TellException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |