public TerminatorHolder(byte[] Terminator, TerminatorHolderMatchType MatchType, TerminatorHolderActionType ActionType) { mTerminator = Terminator; mMatchType = MatchType; mActionType = ActionType; }