23242526272829
public class BlobTransform implements Transform { @Override public Object transform( Value value ) throws ValueFormatException, RepositoryException { return new JcrBlob(value.getBinary()); }