InetAddress.toBytes

Gets the raw binary address data from address.

class InetAddress
ubyte*
toBytes
()

Return Value

Type: ubyte*

a pointer to an internal array of the bytes in address, which should not be modified, stored, or freed. The size of this array can be gotten with InetAddress.getNativeSize.

Meta

Since

2.22