Class IsoBinF4<M>

java.lang.Object
cl.netswitch.iso.iso8583.IsoField<M,Integer>
cl.netswitch.iso.iso8583.IsoBinF4<M>
Type Parameters:
M - the type of the ISO message.

public class IsoBinF4<M> extends IsoField<M,Integer>
Binary Fixed-Length of 4 bytes.
  • Constructor Details

    • IsoBinF4

      public IsoBinF4(int index, String name)
      Constructs a new IsoBinF4 instance.
      Parameters:
      index - the index of this field.
      name - the name of this field.
      Throws:
      NullPointerException - if name is null.
      IllegalArgumentException - if an argument is invalid.
  • Method Details