Searched refs:bitStream (Results 1 – 1 of 1) sorted by relevance
494 BitwiseInputStream bitStream = new BitwiseInputStream(data); in onRecordLoaded() local496 int mipUppLength = bitStream.read(8); in onRecordLoaded()504 int retryInfoInclude = bitStream.read(1); in onRecordLoaded()511 bitStream.skip(11); //not used now in onRecordLoaded()519 int numNai = bitStream.read(4); in onRecordLoaded()527 int naiEntryIndex = bitStream.read(4); in onRecordLoaded()533 int naiLength = bitStream.read(8); in onRecordLoaded()543 naiCharArray[index1] = (char)(bitStream.read(8) & 0xFF); in onRecordLoaded()555 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()556 int mnAaaSpiIndicator = bitStream.read(1); in onRecordLoaded()[all …]