Class Blob

java.lang.Object
ch.nolix.base.misc.dataobject.Blob
All Implemented Interfaces:
IBlob

public final class Blob extends Object implements IBlob
Author:
Silvan Wyss
  • Method Details

    • forBytes

      public static Blob forBytes(byte[] bytes)
    • fromString

      public static Blob fromString(String string)
    • getStoredBytes

      public byte[] getStoredBytes()
      Specified by:
      getStoredBytes in interface IBlob
    • getSize

      public int getSize()
      Specified by:
      getSize in interface IBlob
    • toString

      public String toString()
      Overrides:
      toString in class Object