InputStream version of createAllFromJson() and createOrUpdateAllFromJson() expects that data from InputStream is encoded in UTF-8.
It is reasonable in most cases, but not always.
If Realm class has Reader version of createAllFromJson() and createOrUpdateAllFromJson(),
user can use these methods for InputStream which contains data encoded other than in UTF-8.
InputStream version of createAllFromJson() and createOrUpdateAllFromJson() expects that data from InputStream is encoded in UTF-8.
It is reasonable in most cases, but not always.
If Realm class has Reader version of createAllFromJson() and createOrUpdateAllFromJson(),
user can use these methods for InputStream which contains data encoded other than in UTF-8.