Searched refs:kPropSize (Results 1 – 3 of 3) sorted by relevance
99 const UInt32 kPropSize = 5; in WriteCoderProperties() local100 Byte props[kPropSize]; in WriteCoderProperties()103 return WriteStream(outStream, props, kPropSize); in WriteCoderProperties()
1300 public static final int kPropSize = 5; field in Encoder1301 byte[] properties = new byte[kPropSize];1308 outStream.write(properties, 0, kPropSize); in WriteCoderProperties()
1300 const int kPropSize = 5; field in SevenZip.Compression.LZMA.Encoder1301 Byte[] properties = new Byte[kPropSize];1308 outStream.Write(properties, 0, kPropSize); in WriteCoderProperties()