Searched refs:readMetadata (Results 1 – 8 of 8) sorted by relevance
75 DownloadMetadata metadata = downloadDestination.readMetadata(); in metadata_fileDoesNotExist()86 DownloadMetadata metadata = downloadDestination.readMetadata(); in metadata_fileEmpty()98 DownloadMetadata metadata = downloadDestination.readMetadata(); in metadata_fileNonEmpty()162 DownloadMetadata metadata = downloadDestination.readMetadata(); in openByteChannel_metadata()
157 DownloadMetadata metadata = destination.readMetadata(); in downloadOneFile()
81 if (readMetadata()) { in read()117 private boolean readMetadata() throws IOException { in readMetadata() method in IcyDataSource
44 DownloadMetadata readMetadata() throws IOException; in readMetadata() method
49 public DownloadMetadata readMetadata() throws IOException { in readMetadata() method in ProtoFileDownloadDestination
53 public DownloadMetadata readMetadata() throws IOException { in readMetadata() method in SimpleFileDownloadDestination
633 DownloadMetadata destinationMetadata = request.destination().readMetadata(); in runRequest()