Class SketchDeserializer.SimpleInput

  • All Implemented Interfaces:
    com.datadoghq.sketch.ddsketch.encoding.Input
    Enclosing class:
    SketchDeserializer

    public class SketchDeserializer.SimpleInput
    extends Object
    implements com.datadoghq.sketch.ddsketch.encoding.Input
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasRemaining()  
      byte readByte()  
      • 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.Input

        readDoubleLE, readLongLE
    • Method Detail

      • hasRemaining

        public boolean hasRemaining()
                             throws java.io.IOException
        Specified by:
        hasRemaining in interface com.datadoghq.sketch.ddsketch.encoding.Input
        Throws:
        java.io.IOException
      • readByte

        public byte readByte()
                      throws java.io.IOException
        Specified by:
        readByte in interface com.datadoghq.sketch.ddsketch.encoding.Input
        Throws:
        java.io.IOException