org.jpos.iso
Class IF_TBASE
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.IF_TBASE
- Direct Known Subclasses:
- IF_TCHAR
public abstract class IF_TBASE
- extends ISOFieldPackager
IF_TBASE base field packager for IF_T* class
deal fields terminated by special token
- Version:
- $Id$
- Author:
- Zhiyu Tang
- See Also:
ISOComponent
| Methods inherited from class org.jpos.iso.ISOFieldPackager |
createComponent, getDescription, getLength, getMaxPackedLength, pack, pack, readBytes, setDescription, setLength, setPad, unpack, unpack |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IF_TBASE
public IF_TBASE()
IF_TBASE
public IF_TBASE(int len,
String description)
IF_TBASE
public IF_TBASE(int len,
String description,
String token)
- Parameters:
len - - field Lendescription - - detailstoken - - the ending of the field
setToken
public void setToken(String token)
getToken
public String getToken()
Copyright © 1998-2012 jPOS.org. All Rights Reserved.