Class SketchSerializer.SimpleOutput

  • All Implemented Interfaces:
    com.datadoghq.sketch.ddsketch.encoding.Output
    Enclosing class:
    SketchSerializer

    public class SketchSerializer.SimpleOutput
    extends Object
    implements com.datadoghq.sketch.ddsketch.encoding.Output
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeByte​(byte value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.datadoghq.sketch.ddsketch.encoding.Output

        writeDoubleLE, writeLongLE
    • Method Detail

      • writeByte

        public void writeByte​(byte value)
        Specified by:
        writeByte in interface com.datadoghq.sketch.ddsketch.encoding.Output