public class BytesField extends Field<byte[]>
Constructor and Description |
---|
BytesField(int field) |
BytesField(int field,
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 © 2016. All rights reserved.