Package org.rcsb.mmtf.spark.examples
Class DownloadPdb
- java.lang.Object
-
- org.rcsb.mmtf.spark.examples.DownloadPdb
-
public class DownloadPdb extends java.lang.ObjectSimple example of how to download the PDB.- Author:
- Anthony Bradley
-
-
Constructor Summary
Constructors Constructor Description DownloadPdb()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Simple example of how to download the PDB.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOExceptionSimple example of how to download the PDB.- Parameters:
args- the arguments for the function- Throws:
java.io.IOException- due to an error reading from the URLjava.io.FileNotFoundException- an error transferring files
-
-