com.ibm.ws.tpv.engine.filter.summary
Class Summary
- java.lang.Object
com.ibm.ws.tpv.engine.filter.summary.Summary
All implemented interfaces:
java.io.Serializable
- public abstract class Summary
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
EOF
|
|
type
|
Constructor Summary
Constructor and Description |
---|
Summary(byte type)
Creates a Summary based on the type
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getType()
Returns the type of the summary
|
|
isEOF()
Checks if EndOfFile is reached
|
|
setEOF(boolean EOF)
Sets the EndOfFile flag
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
EOF
- protected boolean EOF
type
- protected byte type
Constructor Detail
Summary
- public Summary(byte type)
Creates a Summary based on the type
Method Detail
getType
- public byte getType()
Returns the type of the summary
Returns:
byte
setEOF
- public void setEOF(boolean EOF)
Sets the EndOfFile flag
Parameters:
EOF
- isEOF
- public boolean isEOF()
Checks if EndOfFile is reached
Returns:
EOF