Problems on serial.read()

Beacon Service::converteStringParaBeacon(String msg) {
int c, i;

c and i can probably be of the type uint8_t (byte) as the values will not exceed 255 (or do they?)