(int data, int length, int shift)
| 53 | 0x107e48}; |
| 54 | |
| 55 | private static int getBitInt(int data, int length, int shift) { |
| 56 | return (data & (((1 << length) - 1) << shift)) >> shift; |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * 从1582年10月开始算 |
no outgoing calls
no test coverage detected