mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-14 05:25:41 +00:00
10 lines
236 B
C#
10 lines
236 B
C#
namespace SharpCompress.Common.SevenZip
|
|
{
|
|
internal class CCoderInfo
|
|
{
|
|
internal CMethodId MethodId;
|
|
internal byte[] Props;
|
|
internal int NumInStreams;
|
|
internal int NumOutStreams;
|
|
}
|
|
} |