public static class WebStorage.Origin extends Object
WebStorage
for details.Modifier | Constructor and Description |
---|---|
protected |
Origin(String origin,
long quota,
long usage) |
Modifier and Type | Method and Description |
---|---|
String |
getOrigin()
Gets the string representation of this origin.
|
long |
getQuota()
Gets the quota for this origin, for the Web SQL Database API, in
bytes.
|
long |
getUsage()
Gets the total amount of storage currently being used by this origin,
for all JavaScript storage APIs, in bytes.
|
protected Origin(String origin, long quota, long usage)
public String getOrigin()
public long getQuota()
public long getUsage()