- wxInputStream& operator>>(short& i);
- wxInputStream& operator>>(int& i);
- wxInputStream& operator>>(long& i);
+ wxInputStream& operator>>(signed short& i);
+ wxInputStream& operator>>(signed int& i);
+ wxInputStream& operator>>(signed long& i);
+ wxInputStream& operator>>(unsigned char& c);
+ wxInputStream& operator>>(unsigned short& i);
+ wxInputStream& operator>>(unsigned int& i);
+ wxInputStream& operator>>(unsigned long& i);