src/java.base/share/classes/java/util/zip/CheckedInputStream.java
changeset 59201 b24f4caa1411
parent 58288 48e480e56aad
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    35  *
    35  *
    36  * @see         Checksum
    36  * @see         Checksum
    37  * @author      David Connelly
    37  * @author      David Connelly
    38  * @since 1.1
    38  * @since 1.1
    39  */
    39  */
    40 public
    40 public class CheckedInputStream extends FilterInputStream {
    41 class CheckedInputStream extends FilterInputStream {
       
    42     private Checksum cksum;
    41     private Checksum cksum;
    43 
    42 
    44     /**
    43     /**
    45      * Creates an input stream using the specified Checksum.
    44      * Creates an input stream using the specified Checksum.
    46      * @param in the input stream
    45      * @param in the input stream