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

Last change on this file was 36483, checked in by stoecker, 5 months ago

set eol-style, fix checkstyle issues, add ignores

  • Property svn:eol-style set to native
File size: 142 bytes
Line 
1package org.j7zip.SevenZip;
2
3public interface ICompressSetDecoderProperties2 {
4 public boolean SetDecoderProperties2(byte[] properties);
5}
Note: See TracBrowser for help on using the repository browser.