public abstract class Summary
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
EOF |
protected byte |
type |
| Constructor and Description |
|---|
Summary(byte type)
Creates a Summary based on the type
|