public class ByteArrayEditor
extends java.beans.PropertyEditorSupport
| Constructor and Description |
|---|
ByteArrayEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(java.lang.String text)
Map the argument text into and Byte using Byte.decode.
|