Uses of Interface
org.jpos.iso.BinaryInterpreter

Packages that use BinaryInterpreter
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
 

Uses of BinaryInterpreter in org.jpos.iso
 

Classes in org.jpos.iso that implement BinaryInterpreter
 class AsciiHexInterpreter
          Implements Hex Interpreter.
 class EbcdicHexInterpreter
          Implements Hex Interpreter.
 class LiteralBinaryInterpreter
          This interpreter does no conversion and leaves the input the same as the output.
 

Methods in org.jpos.iso with parameters of type BinaryInterpreter
 void ISOBinaryFieldPackager.setInterpreter(BinaryInterpreter interpreter)
          Sets the Interpreter.
 void ISOTagBinaryFieldPackager.setInterpreter(BinaryInterpreter interpreter)
          Sets the Interpreter.
 

Constructors in org.jpos.iso with parameters of type BinaryInterpreter
ISOBinaryFieldPackager(BinaryInterpreter interpreter, Prefixer prefixer)
          Creates an ISOBinaryFieldPackager.
ISOBinaryFieldPackager(int maxLength, String description, BinaryInterpreter interpreter, Prefixer prefixer)
          Creates an ISOBinaryFieldPackager.
ISOTagBinaryFieldPackager(int maxLength, String description, Prefixer tagPrefixer, Padder padder, BinaryInterpreter interpreter, Prefixer prefixer)
          Creates an ISOTagBinaryFieldPackager.
ISOTagBinaryFieldPackager(Prefixer tagPrefixer, Padder padder, BinaryInterpreter interpreter, Prefixer prefixer)
          Constructs an ISOTagBinaryFieldPackager with a specific Padder, Interpreter and Prefixer.
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.