public interface ISOHeader
extends java.lang.Cloneable, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Allow object to be cloned.
|
java.lang.String |
getDestination()
Return the destination address in this ISOHeader.
|
int |
getLength()
return the number of bytes in this ISOHeader
|
java.lang.String |
getSource()
Return the source address in this ISOHeader.
|
byte[] |
pack()
Return this header as byte array.
|
void |
setDestination(java.lang.String dst)
Set the Destination address in this ISOHeader.
|
void |
setSource(java.lang.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.
|
byte[] pack()
int unpack(byte[] b)
void setDestination(java.lang.String dst)
java.lang.String getDestination()
void setSource(java.lang.String src)
java.lang.String getSource()
int getLength()
void swapDirection()
java.lang.Object clone()