public abstract class StringOption extends DhcpOption
| Constructor and Description |
|---|
StringOption() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Get the data (wire format) into a byte array.
|
String |
getString() |
void |
setData(byte[] data)
Set the data (wire format) from a byte array.
|
void |
setString(String string) |
getClassByTag, getTag, getTagByClass, writeTopublic void setData(byte[] data)
DhcpOptionsetData in class DhcpOptionpublic byte[] getData()
DhcpOptionDhcpOption.setData(byte[]).getData in class DhcpOptionpublic String getString()
public void setString(String string)
Copyright © 2021. All rights reserved.