61626364656667
} /** {@inheritDoc} */ @Override public DecodedCell<T> decodeCell(byte[] encodedBytes) throws IOException { return new DecodedCell(DecodedCell.NO_SCHEMA, encodedBytes); }