Searched refs:fromStream (Results 1 – 4 of 4) 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()
74 return GoogleCredential.fromStream( in doCreateCredentialFromJsonKeyFile()
1655 CloseableByteSource source = tracker.fromStream(stream); in makeStoredEntry()