CheckedInputStream

Class CheckedInputStream

All Implemented Interfaces:
Closeable, AutoCloseable
public class CheckedInputStream
extends FilterInputStream

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.

See Also:
登录查看完整内容