Searched refs:CInByte2 (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h99 class CInByte2 class in namespace:NArchive::N7z
132 CObjectVector<CInByte2> _inByteVector;
133 CInByte2 *_inByteBack;
143 _inByteVector.Add(CInByte2());
H A D7zIn.cpp183 Byte CInByte2::ReadByte()
190 void CInByte2::ReadBytes(Byte *data, size_t size)
198 void CInByte2::SkipData(UInt64 size)
205 void CInByte2::SkipData()
210 UInt64 CInByte2::ReadNumber()
233 CNum CInByte2::ReadNum()
241 UInt32 CInByte2::ReadUInt32()
250 UInt64 CInByte2::ReadUInt64()
259 void CInByte2::ReadString(UString &s)

Completed in 52 milliseconds