Interface StringTypedArray

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  StringTypedArray.Factory  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StringView get​(long index)  
      @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()  
      @com.alibaba.fastffi.FFINameAlias("GetRawData") long getRawData()  
      @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long getRawDataLength()  
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
      • Methods inherited from interface com.alibaba.fastffi.FFISettablePointer

        setAddress
    • Method Detail

      • getRawData

        @com.alibaba.fastffi.FFINameAlias("GetRawData") long getRawData()
      • getRawDataLength

        @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long getRawDataLength()