All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.bonita.pvm.internal.lob.BlobStrategy Maven / Gradle / Ivy

package org.ow2.bonita.pvm.internal.lob;

public interface BlobStrategy {

  void set(byte[] bytes, Blob blob);

  byte[] get(Blob blob);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy