Class DownloadPdb


  • public class DownloadPdb
    extends java.lang.Object
    Simple 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 void main​(java.lang.String[] args)
      Simple example of how to download the PDB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DownloadPdb

        public DownloadPdb()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.FileNotFoundException,
                                java.io.IOException
        Simple 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 URL
        java.io.FileNotFoundException - an error transferring files