ParsingFramework.MicroOperations
Class FunctionNullTerminatedStringLength

java.lang.Object
  extended by ParsingFramework.MicroOperations.FunctionNullTerminatedStringLength

public class FunctionNullTerminatedStringLength
extends java.lang.Object

Plugable function to calculate length of a null terminated string i.e. that finishes with the binary byte 0x00.

Author:
Paul Grace

Constructor Summary
FunctionNullTerminatedStringLength(IParseOperations parent)
           
 
Method Summary
 java.lang.Integer corbalength(java.lang.String parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionNullTerminatedStringLength

public FunctionNullTerminatedStringLength(IParseOperations parent)
Method Detail

corbalength

public java.lang.Integer corbalength(java.lang.String parameter)