HomeSort by relevance Sort by last modified time
    Searched refs:getByteArrayListFromStream (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
StreamUtil.java 102 contents = getByteArrayListFromStream(stream);
134 public static ByteArrayList getByteArrayListFromStream(InputStream stream) throws IOException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
StreamUtilTest.java 43 final ByteArrayList output = StreamUtil.getByteArrayListFromStream(stream);
53 * Verify that {@link StreamUtil#getByteArrayListFromStream} works as expected.
58 final ByteArrayList output = StreamUtil.getByteArrayListFromStream(

Completed in 220 milliseconds