|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.json.converter.AbstractArrayConverter
net.sf.json.converter.ByteArrayConverter
public class ByteArrayConverter
Converts an array to a byte[].
Constructor Summary | |
---|---|
ByteArrayConverter()
|
|
ByteArrayConverter(byte defaultValue)
|
Method Summary | |
---|---|
java.lang.Object |
convert(java.lang.Object array)
|
byte |
getDefaultValue()
|
void |
setDefaultValue(byte defaultValue)
|
Methods inherited from class net.sf.json.converter.AbstractArrayConverter |
---|
createDimensions, getDimensions, isUseDefault, setUseDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayConverter()
public ByteArrayConverter(byte defaultValue)
Method Detail |
---|
public java.lang.Object convert(java.lang.Object array)
convert
in class AbstractArrayConverter
public byte getDefaultValue()
public void setDefaultValue(byte defaultValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |