factory BitBuffer.fromUInt8List(List<int> bytes, {Endian endian = Endian.little}) => BitBuffer.fromBits(bytes, endian: endian, bitsPerIndex: 8);