in bijection-hbase/src/main/scala/com/twitter/bijection/hbase/HBaseInjections.scala [60:64]
override def invert(b: ImmutableBytesWritable) =
fastAttempt(b)(Bytes.toString(b.get, b.getOffset, b.getLength) match {
case null => sys.error(s"$b decoded to null, which is disallowed.")
case str => str
})