Searched refs:fromStream (Results 1 – 5 of 5) sorted by relevance
48 public CloseableDelegateByteSource fromStream(@Nonnull InputStream stream) throws IOException { in fromStream() method in ByteTracker67 public CloseableDelegateByteSource fromStream(@Nonnull ByteArrayOutputStream stream)88 return fromStream(source.openStream());
74 CloseableByteSource result = tracker.fromStream(output); in immediateCompress()
56 GoogleCredentials.fromStream(new FileInputStream(mKeyFile)) in createCredential()
77 GoogleCredentials.fromStream(new FileInputStream(file)).createScoped(scopes); in doCreateCredentialFromJsonKeyFile()
1655 CloseableByteSource source = tracker.fromStream(stream); in makeStoredEntry()