示例#1
0
 public long getFinalFrameBlocks() {
   return Utils.getLongNumber(b, 8, 11);
 }
示例#2
0
 public long getTotalFrames() {
   return Utils.getLongNumber(b, 12, 15);
 }
示例#3
0
 public long getBlocksPerFrame() {
   return Utils.getLongNumber(b, 4, 7);
 }