Klasse BlockEntryAtomicStore


public class BlockEntryAtomicStore extends AbstractBlockEntryAtomicStore
  • Konstruktordetails

    • BlockEntryAtomicStore

      public BlockEntryAtomicStore(File path, String name)
  • Methodendetails

    • setBytes

      public void setBytes(int id, byte[] bytes)
    • getBytes

      public byte[] getBytes(int id)
    • removeBytes

      public void removeBytes(int id)
    • setText

      public void setText(int id, String text)
    • getText

      public String getText(int id)
    • removeText

      public void removeText(int id)