Minor improvement to statistics

Reading raw streams just to map them is not needed.
Using arrays instead of lists works fine.
This commit is contained in:
Liam Newman
2020-01-24 13:54:53 -08:00
parent 85a53fc68f
commit 1c2e491845
2 changed files with 16 additions and 25 deletions

View File

@@ -470,7 +470,8 @@ class Requester {
}
/**
* As stream input stream.
* Response input stream. There are scenarios where direct stream reading is needed, however it is better to use
* {@link #fetch(Class)} where possible.
*
* @return the input stream
* @throws IOException