Class Blob

java.lang.Object
com.twicedb.shared.Blob

public class Blob extends Object
An arbitrary byte array of data to be stored in TwiceDB. At any given (Tt, Vt) pair, an ObjectId may point to 0 or 1 Blobs, signifying that either there is data at that location, or there is not, respectively.
  • Constructor Details

    • Blob

      public Blob(byte[] data)
    • Blob

      public Blob(String s)
  • Method Details