Interface PathPatternNode.Serializer<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T read​(java.nio.ByteBuffer buffer)  
      void write​(T t, java.io.DataOutputStream stream)  
      void write​(T t, java.nio.ByteBuffer buffer)  
      void write​(T t, org.apache.iotdb.tsfile.utils.PublicBAOS stream)  
    • Method Detail

      • write

        void write​(T t,
                   java.nio.ByteBuffer buffer)
      • write

        void write​(T t,
                   org.apache.iotdb.tsfile.utils.PublicBAOS stream)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        void write​(T t,
                   java.io.DataOutputStream stream)
            throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        T read​(java.nio.ByteBuffer buffer)