Class CharIndex

java.lang.Object
org.teamapps.universaldb.index.text.CharIndex

public class CharIndex
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CharIndex​(java.io.File path, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void drop()  
    java.lang.String getText​(long index)  
    int getTextByteLength​(long index)  
    void removeText​(long index)  
    long setText​(java.lang.String text)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CharIndex

      public CharIndex​(java.io.File path, java.lang.String name)
  • Method Details

    • getText

      public java.lang.String getText​(long index)
    • getTextByteLength

      public int getTextByteLength​(long index)
    • setText

      public long setText​(java.lang.String text)
    • removeText

      public void removeText​(long index)
    • close

      public void close()
    • drop

      public void drop()