|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.nethack.EthernetAddress
This class simply encapsulates a byte array which contains a 48 bit ethernet address.
| Field Summary | |
protected byte[] |
address
|
| Constructor Summary | |
EthernetAddress(byte[] address)
Constructs a new instance of this class with the given byte array as the ethernet address. |
|
| Method Summary | |
byte[] |
getBytes()
Gets a byte array containing the ethernet address. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected byte[] address
| Constructor Detail |
public EthernetAddress(byte[] address)
throws AddressException
address - - a six byte array containing a valid ethernet address.| Method Detail |
public byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||