I hereby claim:
- I am huuchi207 on github.
- I am chihuu207 (https://keybase.io/chihuu207) on keybase.
- I have a public key ASBTVs21lnObjdLxFMYFzbO_zQPKgsCACO09RRYq_CcAHwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| private class GetData extends AsyncTask<String, Integer, String> { | |
| public String convertIsToString(InputStream inputStream) | |
| throws IOException{ | |
| StringBuilder builder = new StringBuilder(); | |
| BufferedReader reader = | |
| new BufferedReader(new InputStreamReader(inputStream)); | |
| String line; | |
| while ((line = reader.readLine()) != null) { | |
| builder.append(line + "\n"); | |
| } |