Searched refs:bitStream (Results 1 – 1 of 1) sorted by relevance
508 BitwiseInputStream bitStream = new BitwiseInputStream(data); in onRecordLoaded() local510 int mipUppLength = bitStream.read(8); in onRecordLoaded()518 int retryInfoInclude = bitStream.read(1); in onRecordLoaded()525 bitStream.skip(11); //not used now in onRecordLoaded()533 int numNai = bitStream.read(4); in onRecordLoaded()541 int naiEntryIndex = bitStream.read(4); in onRecordLoaded()547 int naiLength = bitStream.read(8); in onRecordLoaded()557 naiCharArray[index1] = (char)(bitStream.read(8) & 0xFF); in onRecordLoaded()569 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()570 int mnAaaSpiIndicator = bitStream.read(1); in onRecordLoaded()[all …]