Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hartland (0.17 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType ATOM_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "atom+xml");
      public static final MediaType BZIP2 = createConstant(APPLICATION_TYPE, "x-bzip2");
    
      /**
       * Files in the <a href="https://www.dartlang.org/articles/embedding-in-html/">dart</a>
       * programming language.
       *
       * @since 19.0
       */
      public static final MediaType DART_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "dart");
    
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top