Class Binaries

java.lang.Object
ch.tocco.nice2.persist.core.spi.entity.Binaries

public class Binaries extends Object
  • Method Details

    • hash

      public static com.google.common.hash.HashCode hash(byte[] bytes)
    • hash

      public static com.google.common.hash.HashCode hash(byte[] bytes, int off, int len)
    • newBinary

      public static Binary newBinary(byte[] bytes)
    • newBinary

      public static Binary newBinary(byte[] bytes, String mimeType)