- (void) setByte:(NSInteger)offset byte:(Byte)byte;

You should not use setByte() and getByte().

- (Byte) getByte:(NSInteger)offset;


{
    // your code
}