source: osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetOutStreamSize.java@ 29679

Last change on this file since 29679 was 29679, checked in by donvip, 11 years ago

[josm_opendata] Add .7z archive read support

File size: 179 bytes
Line 
1package org.j7zip.SevenZip;
2
3public interface ICompressSetOutStreamSize {
4 public static final int INVALID_OUTSIZE=-1;
5 public int SetOutStreamSize(long outSize);
6}
7
Note: See TracBrowser for help on using the repository browser.