Searched refs:pullContents (Results 1 – 2 of 2) sorted by relevance
74 Assert.assertEquals(FILE_CONTENT, mBucket.pullContents(path)); in testStringUploadThenDownLoad()115 mBucket.pullContents(Paths.get(mRemoteRoot, "non_exist_file")); in testDownloadFile_notExist()
518 public String pullContents(Path bucketPath) throws IOException { in pullContents() method in GCSBucketUtil