Class PathPatternNode.VoidSerializer

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static PathPatternNode.VoidSerializer getInstance()  
      java.lang.Void read​(java.nio.ByteBuffer buffer)  
      void write​(java.lang.Void unused, java.io.DataOutputStream stream)  
      void write​(java.lang.Void unused, java.nio.ByteBuffer buffer)  
      void write​(java.lang.Void unused, org.apache.iotdb.tsfile.utils.PublicBAOS stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait