Searched refs:bitStream (Results 1 – 1 of 1) sorted by relevance
502 BitwiseInputStream bitStream = new BitwiseInputStream(data); in onRecordLoaded() local504 int mipUppLength = bitStream.read(8); in onRecordLoaded()512 int retryInfoInclude = bitStream.read(1); in onRecordLoaded()519 bitStream.skip(11); //not used now in onRecordLoaded()527 int numNai = bitStream.read(4); in onRecordLoaded()535 int naiEntryIndex = bitStream.read(4); in onRecordLoaded()541 int naiLength = bitStream.read(8); in onRecordLoaded()551 naiCharArray[index1] = (char)(bitStream.read(8) & 0xFF); in onRecordLoaded()563 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()564 int mnAaaSpiIndicator = bitStream.read(1); in onRecordLoaded()[all …]