Package com.graphhopper.util
Class Unzipper
java.lang.Object
com.graphhopper.util.Unzipper
- Author:
- Peter Karich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
unzip
(InputStream fromIs, File toFolder, LongConsumer progressListener) void
boolean
-
Constructor Details
-
Unzipper
public Unzipper()
-
-
Method Details
-
unzip
- Throws:
IOException
-
unzip
- Throws:
IOException
-
unzip
public void unzip(InputStream fromIs, File toFolder, LongConsumer progressListener) throws IOException - Parameters:
progressListener
- updates not in percentage but the number of bytes already read.- Throws:
IOException
-