HomeSort by relevance Sort by last modified time
    Searched defs:newInputStreamSupplier (Results 1 - 5 of 5) sorted by null

  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 60 public static InputSupplier<ByteArrayInputStream> newInputStreamSupplier(
62 return newInputStreamSupplier(b, 0, b.length);
74 public static InputSupplier<ByteArrayInputStream> newInputStreamSupplier(
Resources.java 54 public static InputSupplier<InputStream> newInputStreamSupplier(
75 return CharStreams.newReaderSupplier(newInputStreamSupplier(url), charset);
86 return ByteStreams.toByteArray(newInputStreamSupplier(url));
140 ByteStreams.copy(newInputStreamSupplier(from), to);
Files.java 99 public static InputSupplier<FileInputStream> newInputStreamSupplier(
152 return CharStreams.newReaderSupplier(newInputStreamSupplier(file), charset);
197 return ByteStreams.toByteArray(newInputStreamSupplier(file));
260 ByteStreams.copy(newInputStreamSupplier(from), to);
271 ByteStreams.copy(newInputStreamSupplier(from), to);
285 copy(newInputStreamSupplier(from), to);
395 return ByteStreams.equal(newInputStreamSupplier(file1),
396 newInputStreamSupplier(file2));
559 return ByteStreams.readBytes(newInputStreamSupplier(file), processor);
574 return ByteStreams.getChecksum(newInputStreamSupplier(file), checksum)
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 276 milliseconds