Class Grisu3.FastDtoaBuilder

java.lang.Object
com.dslplatform.json.Grisu3.FastDtoaBuilder
Enclosing class:
Grisu3

static class Grisu3.FastDtoaBuilder extends Object
  • Field Details

  • Constructor Details

    • FastDtoaBuilder

      FastDtoaBuilder()
  • Method Details

    • initialize

      int initialize(long bits)
    • reset

      void reset()
    • append

      void append(byte c)
    • decreaseLast

      void decreaseLast()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copyTo

      int copyTo(byte[] target, int position)
    • write

      public void write(int firstDigit)
    • toFixedFormat

      private void toFixedFormat(int firstDigit, int decPoint)
    • toExponentialFormat

      private void toExponentialFormat(int firstDigit, int decPoint)