Class IF_TBASE

All Implemented Interfaces:
TaggedFieldPackager
Direct Known Subclasses:
IF_TCHAR

public abstract class IF_TBASE extends ISOFieldPackager implements TaggedFieldPackager
IF_TBASE base field packager for IF_T* class deal fields terminated by special token
See Also:
  • Constructor Details

    • IF_TBASE

      public IF_TBASE()
      Default constructor.
    • IF_TBASE

      public IF_TBASE(int len, String description)
      Constructs an IF_TBASE with the given length and description.
      Parameters:
      len - field length
      description - field description
    • IF_TBASE

      public IF_TBASE(int len, String description, String token)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field Len
      description - - details
      token - - the ending of the field
  • Method Details