Uses of Class java.util.zip.DataFormatException

Uses in package java.util.zip

Methods which throw type java.util.zip.DataFormatException

int
Inflater.inflate(byte[] buf)
Inflates the compressed stream to the output buffer.
int
Inflater.inflate(byte[] buf, int off, int len)
Inflates the compressed stream to the output buffer.