source: osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressCoder.java

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

[josm_opendata] Add .7z archive read support

File size: 315 bytes
Line 
1package org.j7zip.SevenZip;
2
3public interface ICompressCoder {
4 int Code(
5 java.io.InputStream inStream, // , ISequentialInStream
6 java.io.OutputStream outStream, // ISequentialOutStream
7 long outSize, ICompressProgressInfo progress) throws java.io.IOException ;
8
9}
Note: See TracBrowser for help on using the repository browser.