autohit.system.tellio
Class Tell

java.lang.Object
  extended byautohit.system.tellio.Tell
All Implemented Interfaces:
java.io.Serializable

public class Tell
extends java.lang.Object
implements java.io.Serializable

TELL IO primitive interface. WIP WIP WIP

Version:
1.0 Version HistoryEPG - Initial - 04Jan04
/code>
Author:
Erich P. Gatejen
See Also:
Serialized Form

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

MAX_DATA_SIZE

public static final int MAX_DATA_SIZE
See Also:
Constant Field Values

TELL_INVALID

public static final int TELL_INVALID
TELL tokens

See Also:
Constant Field Values

TELL_ASK

public static final int TELL_ASK
See Also:
Constant Field Values

TELL_BAD

public static final int TELL_BAD
See Also:
Constant Field Values

TELL_TELL

public static final int TELL_TELL
See Also:
Constant Field Values

TELL_FETCH

public static final int TELL_FETCH
See Also:
Constant Field Values

TELL_GIVE

public static final int TELL_GIVE
See Also:
Constant Field Values

TELL_DATA

public static final int TELL_DATA
See Also:
Constant Field Values

TELL_DONE

public static final int TELL_DONE
See Also:
Constant Field Values

TELL_STOP

public static final int TELL_STOP
See Also:
Constant Field Values

tell

public int tell
Instruction


numeric

public int numeric
Numeric


size

public int size
Size


data

public byte[] data
Data

Constructor Detail

Tell

public Tell()
Method Detail

toString

public java.lang.String toString()
Dump this Instruction. Mostly for debugging.

Returns:
a String containing the dump.

read

public boolean read(java.io.BufferedInputStream bis)
             throws TellException
Build.

Returns:
a String containing the dump.
Throws:
TellException

client_accept

public int client_accept(int token)
                  throws TellException
Accept.

Returns:
a String containing the dump.
Throws:
TellException


Test.