java.io.Externalizable
, java.io.Serializable
public static class BSH.BshHeader extends Header
Modifier and Type | Field | Description |
---|---|---|
static int |
DESTROY_INTERPRETER |
|
static int |
REQ |
|
static int |
RSP |
HDR_OVERHEAD
Modifier and Type | Method | Description |
---|---|---|
void |
readExternal(java.io.ObjectInput in) |
|
int |
size() |
To be implemented by subclasses.
|
java.lang.String |
toString() |
|
void |
writeExternal(java.io.ObjectOutput out) |
public static final int REQ
public static final int RSP
public static final int DESTROY_INTERPRETER
public int size()
Header
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.