org.jclouds.blobstore.functions
Class ObjectMD5
java.lang.Object
org.jclouds.blobstore.functions.ObjectMD5
- All Implemented Interfaces:
- com.google.common.base.Function<Object,byte[]>
@Singleton
public class ObjectMD5
- extends Object
- implements com.google.common.base.Function<Object,byte[]>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
crypto
protected final Crypto crypto
apply
public byte[] apply(Object from)
- Specified by:
apply
in interface com.google.common.base.Function<Object,byte[]>
Copyright © 2009-2011 jclouds. All Rights Reserved.