Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public class CorrectedGZIPInputStream extends GZIPInputStream
GZIPInputStream by catching and ignoring this exception.crc, eos, GZIP_MAGICbuf, inf, lenin| Constructor and Description |
|---|
CorrectedGZIPInputStream(InputStream in) |
CorrectedGZIPInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buf,
int off,
int len) |
closeavailable, fill, mark, markSupported, read, reset, skipreadpublic CorrectedGZIPInputStream(InputStream in) throws IOException
IOExceptionpublic CorrectedGZIPInputStream(InputStream in, int size) throws IOException
IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class GZIPInputStreamIOExceptionCopyright © 2000–2016 AO Industries, Inc.. All rights reserved.