saker.nest Documentation TaskDoc JavaDoc Packages
public interface ServerStorageUtils.UploadResult
Contains information abount a bundle upload operation.

The interface represents a data container.

This interface is not to be implemented by clients.

Methods
public byte[]
Gets the MD5 hash of the uploaded bundle bytes.
public byte[]
Gets the SHA256 hash of the uploaded bundle bytes.
public abstract byte[] getMD5Hash()
Gets the MD5 hash of the uploaded bundle bytes.
The MD5 hash. The returned array may or may not be copied.
public abstract byte[] getSHA256Hash()
Gets the SHA256 hash of the uploaded bundle bytes.
The SHA256 hash. The returned array may or may not be copied.