2013-04-28 11:25:37 +01:00
|
|
|
|
namespace SharpCompress.Common.SevenZip
|
|
|
|
|
|
{
|
2013-04-28 12:32:55 +01:00
|
|
|
|
internal class CCoderInfo
|
|
|
|
|
|
{
|
|
|
|
|
|
internal CMethodId MethodId;
|
|
|
|
|
|
internal byte[] Props;
|
|
|
|
|
|
internal int NumInStreams;
|
|
|
|
|
|
internal int NumOutStreams;
|
|
|
|
|
|
}
|
2013-04-28 11:25:37 +01:00
|
|
|
|
}
|