public final class IndexedByteArraySetter extends Object implements Setter<byte[],Byte>, ByteSetter<byte[]>
| Constructor and Description |
|---|
IndexedByteArraySetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(byte[] target,
Byte value)
Set the properties on the target object to value.
|
void |
setByte(byte[] target,
byte value) |
public void setByte(byte[] target,
byte value)
throws Exception
setByte in interface ByteSetter<byte[]>ExceptionCopyright © 2017. All rights reserved.