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
formatString, getFormat, parseAndEnforce, parseObject, setFormat
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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[]>