Class DoubleWriter.CompressedSubnormal

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

public static class DoubleWriter.CompressedSubnormal extends Object implements BitWriter<Double>
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 52, both inclusive.
  • Method Details