|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISOHeader
| Method Summary | |
|---|---|
Object |
clone()
Allow object to be cloned. |
String |
getDestination()
Return the destination address in this ISOHeader. |
int |
getLength()
return the number of bytes in this ISOHeader |
String |
getSource()
Return the source address in this ISOHeader. |
byte[] |
pack()
Return this header as byte array. |
void |
setDestination(String dst)
Set the Destination address in this ISOHeader. |
void |
setSource(String src)
Set the Source address in this ISOHeader. |
void |
swapDirection()
Swap the source and destination addresses in this ISOHeader (if they exist). |
int |
unpack(byte[] b)
Create a new ISOHeader from a byte array. |
| Method Detail |
|---|
byte[] pack()
int unpack(byte[] b)
void setDestination(String dst)
String getDestination()
void setSource(String src)
String getSource()
int getLength()
void swapDirection()
Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||