Searched refs:readBitsToLong (Results 1 – 3 of 3) sorted by relevance
118 long result = testArray.readBitsToLong(0); in readBitsToLong0Bits()129 long result = testArray.readBitsToLong(45); in readBitsToLongByteAligned()141 long result = testArray.readBitsToLong(53); in readBitsToLongNonByteAligned()152 long result = testArray.readBitsToLong(64); in readBitsToLongNegativeValue()
197 public long readBitsToLong(int numBits) { in readBitsToLong() method in ParsableBitArray
125 totalSamples = scratch.readBitsToLong(36); in FlacStreamMetadata()