java.lang.Object
com.ibm.jvm.dtfjview.tools.utils.BlockPrematchHandle
- All Implemented Interfaces:
- IPrematchHandle
This class first caches all the lines.  The cache will be cleaned
 if it encounters an empty line and cache will be restarted. The
 cached lines will be released once it is asked to do so.
 
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BlockPrematchHandlepublic BlockPrematchHandle()
 
- 
- 
Method Details- 
processDescription copied from interface:IPrematchHandleThis is for the prematch handle to process the incoming string (such as cache it, trim it, etc).- Specified by:
- processin interface- IPrematchHandle
 
- 
releaseDescription copied from interface:IPrematchHandleThis is to release the string. Note, depending on the actual implementation of the pre-match handle, the released string can have multiple lines.- Specified by:
- releasein interface- IPrematchHandle
- Returns:
- a String object.
 
 
-