|
|||||||||
| Home >> All >> pbn >> [ cops overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
pbn.cops
Class GenericObj

java.lang.Objectpbn.cops.GenericObj
- public abstract class GenericObj
- extends java.lang.Object
| Constructor Summary | |
GenericObj()
|
|
| Method Summary | |
abstract short |
length()
|
abstract void |
Print()
|
abstract short |
size()
|
abstract void |
transmit(java.io.DataOutputStream out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
GenericObj
public GenericObj()
| Method Detail |
length
public abstract short length()
public abstract void Print()
throws COPSException
transmit
public abstract void transmit(java.io.DataOutputStream out) throws COPSException, java.io.IOException
size
public abstract short size()
|
|||||||||
| Home >> All >> pbn >> [ cops overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
pbn.cops.GenericObj