Package com.logviewer.formats.utils
Class LvLayoutHexNode
java.lang.Object
com.logviewer.formats.utils.LvLayoutCustomTypeNode
com.logviewer.formats.utils.LvLayoutHexNode
- All Implemented Interfaces:
LvLayoutNode,Cloneable
-
Field Summary
Fields inherited from interface com.logviewer.formats.utils.LvLayoutNode
PARSE_FAILED, SKIP_FIELD -
Constructor Summary
ConstructorsConstructorDescriptionLvLayoutHexNode(String fieldName, String fieldType) LvLayoutHexNode(String fieldName, String fieldType, int minLength) -
Method Summary
Methods inherited from class com.logviewer.formats.utils.LvLayoutCustomTypeNode
getFieldName, getFieldType, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.logviewer.formats.utils.LvLayoutNode
getValueStart, removeSpacesBefore
-
Constructor Details
-
LvLayoutHexNode
-
LvLayoutHexNode
-
-
Method Details
-
parse
- Parameters:
s- a string to parse.offset- begin of parsable text partend- end of parsable text part- Returns:
- the end of parsed field, or
LvLayoutNode.SKIP_FIELDif the part is not present, orLvLayoutNode.PARSE_FAILEDif the string is not a valid log line.
-
clone
- Specified by:
clonein interfaceLvLayoutNode- Specified by:
clonein classLvLayoutCustomTypeNode
-