Package org.jpos.iso

Provides classes utilized by the X9.37 library from the jPos.org project

See:
          Description

Interface Summary
Padder An interface for padding and unpadding strings and byte arrays.
 

Class Summary
ISOUtil varios functions needed to pack/unpack ISO-8583 fields
LeftPadder Implements the Padder interface for padding strings and byte arrays on the left.
LeftPadderTest  
NullPadder The NullPadder does not pad.
RightPadder Implements the Padder interface for padding strings and byte arrays on the Right.
RightPadderTest  
 

Exception Summary
ISOException Signals that an ISO exception of some sort has occurred.
 

Package org.jpos.iso Description

Provides classes utilized by the X9.37 library from the jPos.org project