public class EthernetAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
noBytes |
static String |
separator |
| Constructor and Description |
|---|
EthernetAddress(byte[] data) |
EthernetAddress(String str) |
public static final int noBytes
public static final String separator
public EthernetAddress(byte[] data)
throws InvalidEthernetAddressException
InvalidEthernetAddressExceptionpublic EthernetAddress(String str) throws InvalidEthernetAddressException
InvalidEthernetAddressExceptionCopyright © 2020. All rights reserved.