org.ojalgo.type.context
Class BinaryContext

java.lang.Object
  extended by org.ojalgo.type.context.TypeContext<byte[]>
      extended by org.ojalgo.type.context.BinaryContext
All Implemented Interfaces:
Serializable

public final class BinaryContext
extends TypeContext<byte[]>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ojalgo.type.context.TypeContext
NBSP
 
Constructor Summary
BinaryContext(Format aFormat)
           
 
Method Summary
 byte[] enforce(byte[] anObject)
           
 
Methods inherited from class org.ojalgo.type.context.TypeContext
equals, formatString, getFormat, hashCode, parseAndEnforce, parseObject, setFormat
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryContext

public BinaryContext(Format aFormat)
Method Detail

enforce

public byte[] enforce(byte[] anObject)
Specified by:
enforce in class TypeContext<byte[]>