Package org.jboss.util.propertyeditor
Class ByteArrayEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jboss.util.propertyeditor.ByteArrayEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class ByteArrayEditor extends java.beans.PropertyEditorSupport
A property editor for byte[].- Version:
- $Revision$
-
-
Constructor Summary
Constructors Constructor Description ByteArrayEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(java.lang.String text)
Map the argument text into and Byte using Byte.decode.
-