source:
osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressCoder.java
Last change on this file was 29679, checked in by , 12 years ago | |
---|---|
File size: 315 bytes |
Line | |
---|---|
1 | package org.j7zip.SevenZip; |
2 | |
3 | public 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.