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