Uses of Class
com.dnanexus.DXFile.Builder
-
Packages that use DXFile.Builder Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXFile.Builder in com.dnanexus
Methods in com.dnanexus that return DXFile.Builder Modifier and Type Method Description protected DXFile.BuilderDXFile.Builder. getThisInstance()static DXFile.BuilderDXFile. newFile()Returns a Builder object for creating a newDXFile.static DXFile.BuilderDXFile. newFileWithEnvironment(DXEnvironment env)Returns a Builder object for creating a newDXFileusing the specified environment.DXFile.BuilderDXFile.Builder. setMediaType(String mediaType)Sets the Internet Media Type of the file to be created.DXFile.BuilderDXFile.Builder. upload(byte[] data)Uploads the data in the specified byte array to the file to be created.DXFile.BuilderDXFile.Builder. upload(InputStream data)Uploads the data in the specified stream to the file to be created.
-