|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.nethack.IPAddress
This class simply encapsulates a byte array which contains a 32 bit IP address
| Field Summary | |
protected byte[] |
address
|
| Constructor Summary | |
IPAddress(byte[] address)
Constructor declaration |
|
| Method Summary | |
byte[] |
getBytes()
Method declaration |
| 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 IPAddress(byte[] address)
throws AddressException
address - | Method Detail |
public byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||