ReadInt32
if (unflattener->ReadInt32(size) != B_OK)
status_t ReadInt32(int32& data);
if (ReadInt32(size) != B_OK)
if (unflattener->ReadInt32(count) != B_OK)
bool ReadInt32(int32& val, const char* name);
if (preferences.ReadInt32(savedMode, "scheduler_mode") && currentMode != savedMode) {