Interface BytesValue

All Superinterfaces:
PrimitiveValue<byte[]>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.BytesValueImpl

public interface BytesValue extends PrimitiveValue<byte[]>

A PrimitiveValue corresponding to a Java byte array (byte[]).

Author:
Daniel Meyer