public class TLVString extends TLV
| 构造器和说明 |
|---|
TLVString() |
TLVString(short tag) |
TLVString(short tag,
int min,
int max) |
TLVString(short tag,
int min,
int max,
String value) |
TLVString(short tag,
String value) |
public TLVString()
public TLVString(short tag)
public TLVString(short tag,
int min,
int max)
public void setValueData(byte[] buffer)
throws Exception
setValueData 在类中 TLVExceptionpublic byte[] getValueData()
throws Exception
getValueData 在类中 TLVExceptionpublic void setValue(String value)
public String getValue()
Copyright © 2019. All rights reserved.