|
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:
306 bytes
|
| Line | |
|---|
| 1 | package org.j7zip.SevenZip;
|
|---|
| 2 |
|
|---|
| 3 | public interface ICompressCoder {
|
|---|
| 4 | int Code(
|
|---|
| 5 | java.io.InputStream inStream, // , ISequentialInStream
|
|---|
| 6 | java.io.OutputStream outStream, // ISequentialOutStream
|
|---|
| 7 | long outSize, ICompressProgressInfo progress) throws java.io.IOException ;
|
|---|
| 8 |
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.