Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Class
java.util.zip.DataFormatException

Packages that use DataFormatException
java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats. 
 

Uses of DataFormatException in java.util.zip
 

Methods in java.util.zip that throw DataFormatException
 int Inflater.inflate(byte[] b, int off, int len)
          Uncompresses bytes into specified buffer.
 int Inflater.inflate(byte[] b)
          Uncompresses bytes into specified buffer.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.