public int htonl(int n) { return bytesex.htonl(n); }
public int unpack32(byte[] data, int offset) { return bytesex.unpack32(data, offset); }
public int ntohl(int n) { return bytesex.ntohl(n); }
public void pack32(byte[] data, int offset, int value) { bytesex.pack32(data, offset, value); }