Java com.amazonaws.services.glacier TreeHashGenerator fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glacier TreeHashGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glacier TreeHashGenerator.

The text is from its open source code.

Method

StringcalculateTreeHash(File file)
Calculates a hex encoded binary hash using a tree hashing algorithm for the data in the specified file.
StringcalculateTreeHash(InputStream input)
Calculates a hex encoded binary hash using a tree hashing algorithm for the data in the specified input stream.
StringcalculateTreeHash(List checksums)
Returns the hex encoded binary tree hash for the individual checksums given.