Class IF_TCHAR

All Implemented Interfaces:
TaggedFieldPackager

public class IF_TCHAR extends IF_TBASE
ISOFieldPackager CHARACTERS (ASCII and BINARY) deal fields terminated by special token
See Also:
  • Constructor Details

    • IF_TCHAR

      public IF_TCHAR()
      Default constructor.
    • IF_TCHAR

      public IF_TCHAR(int len, String description)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field len
      description - symbolic descrption
    • IF_TCHAR

      public IF_TCHAR(int len, String description, String token)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field len
      description - symbolic descrption
      token - token descrption
  • Method Details