|
jPOS 1.6.7 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.iso.ISOComponent
org.jpos.iso.ISOBitMap
public class ISOBitMap
implements Leaf for Bitmap field
ISOComponent| Constructor Summary | |
|---|---|
ISOBitMap(int n)
|
|
ISOBitMap(int n,
java.util.BitSet v)
|
|
| Method Summary | |
|---|---|
void |
dump(java.io.PrintStream p,
java.lang.String indent)
dump this field to PrintStream. |
java.lang.Object |
getKey()
valid on Leafs only. |
java.lang.Object |
getValue()
valid on Leafs only. |
byte[] |
pack()
not available on Leaf - always throw ISOException |
void |
setFieldNumber(int fieldNumber)
changes this Component field number Use with care, this method does not change any reference held by a Composite. |
void |
setValue(java.lang.Object obj)
|
int |
unpack(byte[] b)
not available on Leaf - always throw ISOException |
void |
unpack(java.io.InputStream in)
not available on Leaf - always throw ISOException |
| Methods inherited from class org.jpos.iso.ISOComponent |
|---|
getBytes, getChildren, getComposite, getMaxField, pack, set, unset |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISOBitMap(int n)
n - - the FieldNumber
public ISOBitMap(int n,
java.util.BitSet v)
n - - fieldNumberv - - field value (Bitset)BitSet| Method Detail |
|---|
public void setFieldNumber(int fieldNumber)
setFieldNumber in class ISOComponentfieldNumber - new field number
public byte[] pack()
throws ISOException
pack in class ISOComponentISOException
public int unpack(byte[] b)
throws ISOException
unpack in class ISOComponentISOException
public void unpack(java.io.InputStream in)
throws ISOException
unpack in class ISOComponentISOExceptionpublic java.lang.Object getKey()
ISOComponent
getKey in class ISOComponentpublic java.lang.Object getValue()
ISOComponent
getValue in class ISOComponent
public void setValue(java.lang.Object obj)
throws ISOException
setValue in class ISOComponentobj - - Object representing this field value
ISOException
public void dump(java.io.PrintStream p,
java.lang.String indent)
dump in class ISOComponentp - - print streamindent - - optional indent string
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||