public class FilterCriteriaReader9 extends CriteriaReader
m_criteriaBlockMap, m_file
Constructor and Description |
---|
FilterCriteriaReader9() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getChildBlock(byte[] block)
Retrieves the child of the current block.
|
protected int |
getCriteriaBlockSize()
Retrieves the criteria block size.
|
protected int |
getCriteriaStartOffset()
Retrieves the offset of the start of the criteria data.
|
protected int |
getCriteriaTextStartOffset()
Retrieves offset of value which determines the start of the text block.
|
protected FieldType |
getFieldType(byte[] block)
Retrieves a field type value.
|
protected byte[] |
getListNextBlock(byte[] block)
Retrieves the next list sibling of this block.
|
protected int |
getPromptOffset(byte[] block)
Retrieves the offset of the prompt text.
|
protected int |
getTextOffset(byte[] block)
Retrieves the offset of the start of the text block.
|
protected int |
getTimeUnitsOffset()
Retrieves the offset of the time unit field.
|
protected int |
getValueOffset()
Retrieves the offset of the field value.
|
process
protected int getCriteriaBlockSize()
CriteriaReader
getCriteriaBlockSize
in class CriteriaReader
protected int getCriteriaStartOffset()
CriteriaReader
getCriteriaStartOffset
in class CriteriaReader
protected byte[] getChildBlock(byte[] block)
CriteriaReader
getChildBlock
in class CriteriaReader
block
- parent blockprotected byte[] getListNextBlock(byte[] block)
CriteriaReader
getListNextBlock
in class CriteriaReader
block
- current blockprotected FieldType getFieldType(byte[] block)
CriteriaReader
getFieldType
in class CriteriaReader
block
- criteria blockprotected int getTextOffset(byte[] block)
CriteriaReader
getTextOffset
in class CriteriaReader
block
- current blockprotected int getPromptOffset(byte[] block)
CriteriaReader
getPromptOffset
in class CriteriaReader
block
- current blockprotected int getValueOffset()
CriteriaReader
getValueOffset
in class CriteriaReader
protected int getTimeUnitsOffset()
CriteriaReader
getTimeUnitsOffset
in class CriteriaReader
protected int getCriteriaTextStartOffset()
CriteriaReader
getCriteriaTextStartOffset
in class CriteriaReader
Copyright © 2000–2024 Packwood Software. All rights reserved.