Skip to content

Instantly share code, notes, and snippets.

View tsaeki-7bk's full-sized avatar
😀

TsuguruSaeki tsaeki-7bk

😀
View GitHub Profile
@tsaeki-7bk
tsaeki-7bk / Example.kt
Last active August 13, 2019 05:40
Queue Storageの情報からBlob Storageのファイルをダウンロードする
/*
* This Kotlin source file was generated by the Gradle 'init' task.
*/
package adaptor
import java.net.URL
import java.util.Base64
import com.fasterxml.jackson.module.kotlin.*
import java.io.File;