source:
osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressProgressInfo.java
| Last change on this file was 36483, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 164 bytes | |
| Line | |
|---|---|
| 1 | package org.j7zip.SevenZip; |
| 2 | |
| 3 | public interface ICompressProgressInfo { |
| 4 | public static final long INVALID = -1; |
| 5 | int SetRatioInfo(long inSize, long outSize); |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
