source:
osm/applications/editors/josm/plugins/opendata/includes/org/j7zip/SevenZip/ICompressSetInStream.java
Last change on this file was 29679, checked in by , 12 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | package org.j7zip.SevenZip; |
2 | |
3 | public interface ICompressSetInStream { |
4 | public int SetInStream(java.io.InputStream inStream); |
5 | public int ReleaseInStream() throws java.io.IOException ; |
6 | } |
7 |
Note:
See TracBrowser
for help on using the repository browser.