package SevenZip; public interface ICompressSetOutStreamSize { public static final int INVALID_OUTSIZE=-1; public void SetOutStreamSize(long outSize); }