|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.util.NetUtils
public final class NetUtils
The network utils.
| Constructor Summary | |
|---|---|
NetUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decodeIpV4Addr(int pAddr)
Takes an ipv4 address in int format and converts to a string |
static byte[] |
encodeIpV4Addr(java.lang.String pAddr)
This takes a period delimited ip address and converts it to a four byte value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetUtils()
| Method Detail |
|---|
public static final java.lang.String decodeIpV4Addr(int pAddr)
pAddr - The address. This method creates a new buffer and
a string... this needs to be fixed.
public static final byte[] encodeIpV4Addr(java.lang.String pAddr)
pAddr - The address to encode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||