public class CheckedInputStream
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

An input stream that also maintains a checksum of the data being read. The checksum can then be used to verify the integrity of the input data.

extends FilterInputStream

See also:
Checksum

Since:  1.1