Files
sharpcompress/SharpCompress/Common/SevenZip/CCoderInfo.cs
Adam Hathcock 8340d1edd6 Port from HG
2013-04-28 11:25:37 +01:00

10 lines
225 B
C#

namespace SharpCompress.Common.SevenZip
{
internal class CCoderInfo
{
internal CMethodId MethodId;
internal byte[] Props;
internal int NumInStreams;
internal int NumOutStreams;
}
}