Class MIME

    • Field Summary

      Fields 
      Modifier and Type Field
      static Vector<String> fileExtensions
      static Vector<String> names
      static Vector<String> types
      static Vector<String> urls
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • types

        🡇     🗕  🗗  🗖
        public static final java.util.Vector<java.lang.String> types
        This will hold all available MIME Types. This Vector is public, and is an identical copy of the information contained in the documentation-page included with this Java class. This Vector is a parallel-Vector to the three other parallel-Vector's defined in this class.
      • fileExtensions

        🡅  🡇     🗕  🗗  🗖
        public static final java.util.Vector<java.lang.String> fileExtensions
        This will hold all available fileExtensions that are associated with the MIME Type that is in the parallel "types" Vector. This Vector is public, and is an identical copy of the information contained in the documentation-page included with this Java class. This Vector is a parallel-Vector to the three other parallel-Vector's defined in this class.
      • names

        🡅  🡇     🗕  🗗  🗖
        public static final java.util.Vector<java.lang.String> names
        This will hold all the name of the MIME Types that is linked with the MIME Type in the parallel "types" Vector. This Vector is public, and is an identical copy of the information contained in the documentation-page included with this Java class. This Vector is a parallel-Vector to the three other parallel-Vector's defined in this class.
      • urls

        🡅     🗕  🗗  🗖
        public static final java.util.Vector<java.lang.String> urls
        This will hold some description-URL's that contain further information about this particular MIME Type This Vector is public, and is an identical copy of the information contained in the documentation-page included with this Java class. This Vector is a parallel-Vector to the three other parallel-Vector's defined in this class.