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