public final class Smf15Record extends Smf14Record
  • Constructor Details

    • Smf15Record

      public Smf15Record(byte[] data)
      Constructs an Smf15Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • Smf15Record

      public Smf15Record(SmfRecord record)
      Constructs a new Smf15Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
  • Method Details

    • from

      public static Smf15Record from(SmfRecord record)
      Constructs a new Smf15Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
    • from

      public static Smf15Record from(byte[] data)
      Constructs an Smf15Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data