Searched refs:writeMetadataToBytes (Results 1 – 2 of 2) sorted by relevance
61 Files.write(writeMetadataToBytes(metadata), metadataFile); in openByteChannel()85 private static byte[] writeMetadataToBytes(DownloadMetadata metadata) { in writeMetadataToBytes() method in ProtoFileDownloadDestination
65 Files.write(writeMetadataToBytes(metadata), metadataFile); in openByteChannel()93 private static byte[] writeMetadataToBytes(DownloadMetadata metadata) throws IOException { in writeMetadataToBytes() method in SimpleFileDownloadDestination