Class FloatWriter.CompressedSubnormal

java.lang.Object
com.github.jinahya.bit.io.FloatWriter.CompressedSubnormal
All Implemented Interfaces:
BitWriter<Float>
Enclosing class:
FloatWriter

public static class FloatWriter.CompressedSubnormal extends Object implements BitWriter<Float>
A writer for writing subnormal values in a compressed manner.
Author:
Jin Kwon <onacit_at_gmail.com>
See Also:
  • Constructor Details

    • CompressedSubnormal

      public CompressedSubnormal(int significandSize)
      Creates a new instance with specified significand size.
      Parameters:
      significandSize - the number of left-most significand bits to write; between 1 and 23, both inclusive.
  • Method Details