NaTo1000's picture
download
raw
852 Bytes
package com.termux.shared.net.uri;
import android.net.Uri;
/**
* The {@link Uri} schemes.
*
* https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
* https://en.wikipedia.org/wiki/List_of_URI_schemes
*/
public class UriScheme {
/** Android app resource. */
public static final String SCHEME_ANDROID_RESOURCE = "android.resource";
/** Android content provider. https://www.iana.org/assignments/uri-schemes/prov/content. */
public static final String SCHEME_CONTENT = "content";
/** Filesystem or android app asset. https://www.rfc-editor.org/rfc/rfc8089.html. */
public static final String SCHEME_FILE = "file";
/* Hypertext Transfer Protocol. */
public static final String SCHEME_HTTP = "http";
/* Hypertext Transfer Protocol Secure. */
public static final String SCHEME_HTTPS = "https";
}

Xet Storage Details

Size:
852 Bytes
·
Xet hash:
27f0e6c62741c6e0448dcc16ec98a70c22eb45415dad66ffadd0ea4ce197b639

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.