public class BytesField extends Field<byte[]>
| Constructor and Description | 
|---|
BytesField(int field)  | 
BytesField(int field,
          byte[] data)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getValue()  | 
protected String | 
objectAsString()  | 
void | 
setValue(byte[] data)  | 
public BytesField(int field)
public BytesField(int field,
                  byte[] data)
public void setValue(byte[] data)
public byte[] getValue()
protected String objectAsString()
objectAsString in class Field<byte[]>Copyright © 2021. All rights reserved.