net.sf.ezmorph.array

Class ByteArrayMorpher

public final class ByteArrayMorpher extends AbstractArrayMorpher

Morphs an array to a byte[].

Author: Andres Almiray

Constructor Summary
ByteArrayMorpher()
ByteArrayMorpher(byte defaultValue)
Method Summary
booleanequals(Object obj)
bytegetDefaultValue()
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

ByteArrayMorpher

public ByteArrayMorpher()

ByteArrayMorpher

public ByteArrayMorpher(byte defaultValue)

Parameters: defaultValue return value if the value to be morphed is null

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public byte getDefaultValue()

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

public Class morphsTo()
Copyright © 2006-2011. All Rights Reserved.