Commons Compress 1.5-redhat-1

Uses of Class
org.apache.commons.compress.compressors.CompressorException

Packages that use CompressorException
org.apache.commons.compress.compressors Provides a unified API and factories for dealing with compressed streams. 
 

Uses of CompressorException in org.apache.commons.compress.compressors
 

Methods in org.apache.commons.compress.compressors that throw CompressorException
 CompressorInputStream CompressorStreamFactory.createCompressorInputStream(InputStream in)
          Create an compressor input stream from an input stream, autodetecting the compressor type from the first few bytes of the stream.
 CompressorInputStream CompressorStreamFactory.createCompressorInputStream(String name, InputStream in)
          Create a compressor input stream from a compressor name and an input stream.
 CompressorOutputStream CompressorStreamFactory.createCompressorOutputStream(String name, OutputStream out)
          Create an compressor output stream from an compressor name and an input stream.
 


Commons Compress 1.5-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.