package org.j7zip.SevenZip;

public interface ICompressSetDecoderProperties2 {
    public boolean SetDecoderProperties2(byte[] properties);
}
