Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
protected DXFile.Builder |
DXFile.Builder.getThisInstance() |
static DXFile.Builder |
DXFile.newFile()
Returns a Builder object for creating a new
DXFile . |
static DXFile.Builder |
DXFile.newFileWithEnvironment(DXEnvironment env)
Returns a Builder object for creating a new
DXFile using the specified environment. |
DXFile.Builder |
DXFile.Builder.setMediaType(String mediaType)
Sets the Internet Media Type of the file to be created.
|
DXFile.Builder |
DXFile.Builder.upload(byte[] data)
Uploads the data in the specified byte array to the file to be created.
|
DXFile.Builder |
DXFile.Builder.upload(InputStream data)
Uploads the data in the specified stream to the file to be created.
|
Copyright © 2023. All Rights Reserved.