Package co.nstant.in.cbor.model
Class SinglePrecisionFloat
java.lang.Object
co.nstant.in.cbor.model.DataItem
co.nstant.in.cbor.model.Special
co.nstant.in.cbor.model.AbstractFloat
co.nstant.in.cbor.model.SinglePrecisionFloat
public class SinglePrecisionFloat extends AbstractFloat
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SinglePrecisionFloat(float value)
-
Method Summary
Methods inherited from class co.nstant.in.cbor.model.DataItem
assertTrue, getMajorType, getOuterTaggable, getTag, hasTag, removeTag, setTag, setTag
-
Constructor Details
-
SinglePrecisionFloat
public SinglePrecisionFloat(float value)
-