public final class DatabaseIpAddressUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
fromDatabaseIpAddress(int databaseIpAddress)
Converts the specified normalized database ip address to a java ip address.
|
static int |
toDatabaseIpAddress(int javaIpAddress)
Converts the specified java ip address to the normalized database format.
|
public static int toDatabaseIpAddress(int javaIpAddress)
public static int fromDatabaseIpAddress(int databaseIpAddress)
Copyright © 2010–2019 Airlift. All rights reserved.