A B C D E F G H I J L M N O P R S T U V W

H

hash() - Method in class jut.io.HashInputStream
returns the hash string for this HashInputStream. note that the HashInputStream must be closed before the hash result can be read.
hashDigest() - Method in class jut.io.HashInputStream
returns the hash digest for this HashInputStream. note that the HashInputStream must be closed before the hash result can be read.
HashInputStream - Class in jut.io
InputStream calculating a hash for the bytes read. the methods InputCountStream.skip(long), InputCountStream.mark(int) and InputCountStream.reset() are not supported and throw an UnsupportedOperationException.
HashInputStream(File, String) - Constructor for class jut.io.HashInputStream
create a new InputStream calculating a hash for the bytes read. for creating the stream, the Streams.input(File) method is used.
HashInputStream(InputStream, String) - Constructor for class jut.io.HashInputStream
create a new InputStream calculating a hash for the bytes read.
HashInputStream(File, String, int) - Constructor for class jut.io.HashInputStream
create a new InputStream with push back functionality calculating a hash for the bytes read. for creating the stream, the Streams.input(File) method is used.
HashInputStream(InputStream, String, int) - Constructor for class jut.io.HashInputStream
create a new InputStream with push back functionality calculating a hash for the bytes read. if the hash algorithm is not provided, an appropriate NestedException is thrown.
hex(byte[]) - Static method in class jut.lang.Strings
returns the corresponding upper-case hex string for a byte array.
hex(byte[], int) - Static method in class jut.lang.Strings
returns the corresponding upper-case hex string for the first bytes of a byte array.
hex(String) - Static method in class jut.lang.Strings
returns the corresponding byte array for a hex string. this method accepts both upper case and lower case hex strings. for invalid input strings, an IllegalArgumentException is thrown.
HEX_CHARS - Static variable in class jut.lang.Strings
table of the 16 characters used in hex strings, used for hex conversions.

A B C D E F G H I J L M N O P R S T U V W