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

U

unread(byte[]) - Method in class jut.io.HashInputStream
pushes back an array of bytes by copying it to the front of the pushback buffer. note that the hash is created from the data read originally, i.e., if data different from the data read is pushed back and read again, the hash does not change.
unread(byte[], int, int) - Method in class jut.io.HashInputStream
pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class jut.io.HashInputStream
pushes back a byte by copying it to the front of the pushback buffer. note that the hash is created from the data read originally, i.e., if data different from the data read is pushed back and read again, the hash does not change.

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