retrofit.mime
Class MimeUtil

java.lang.Object
  extended by retrofit.mime.MimeUtil

public final class MimeUtil
extends Object


Method Summary
static String parseCharset(String mimeType)
          Parse the MIME type from a Content-Type header value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseCharset

public static String parseCharset(String mimeType)
Parse the MIME type from a Content-Type header value.



Copyright © 2013 Square, Inc.. All Rights Reserved.