| Constructor and Description |
|---|
NativeDataLoaderCall(String url,
byte[] content,
boolean useCaches,
long maxInputSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
call() |
protected URLConnection |
createConnection() |
byte[] |
getContent() |
long |
getMaxInputSize() |
String |
getUrl() |
boolean |
isUseCaches() |
public NativeDataLoaderCall(String url, byte[] content, boolean useCaches, long maxInputSize)
protected URLConnection createConnection() throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic String getUrl()
public byte[] getContent()
public long getMaxInputSize()
public boolean isUseCaches()
Copyright © 2019. All rights reserved.