Klasse FileFullTextContentEntry

java.lang.Object
org.teamapps.universaldb.index.fileng.FileFullTextContentEntry

public class FileFullTextContentEntry extends Object
  • Konstruktordetails

    • FileFullTextContentEntry

      public FileFullTextContentEntry(int recordId, int version, int length, String contentText)
    • FileFullTextContentEntry

      public FileFullTextContentEntry(DataInputStream dataInputStream) throws IOException
      Löst aus:
      IOException
  • Methodendetails

    • getIndexValue

      public byte[] getIndexValue() throws IOException
      Löst aus:
      IOException
    • getRecordId

      public int getRecordId()
    • getVersion

      public int getVersion()
    • getLength

      public int getLength()
    • getContentText

      public String getContentText()