public class AzureStorageBlockBlob extends Object
Constructor and Description |
---|
AzureStorageBlockBlob(String link) |
Modifier and Type | Method and Description |
---|---|
void |
uploadFile(String filename)
Write a file to the blob and upload it.
|
public AzureStorageBlockBlob(String link) throws URISyntaxException, ServiceException
URISyntaxException
ServiceException
public void uploadFile(String filename) throws IOException, com.microsoft.azure.storage.StorageException
filename
- filenameIOException
com.microsoft.azure.storage.StorageException
Copyright © 2016–2021. All rights reserved.