public class SimpleWebResource extends Object implements WebResource
| Constructor and Description |
|---|
SimpleWebResource() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
String |
getType() |
void |
setData(byte[] data) |
void |
setType(String type) |
public String getType()
getType in interface WebResourcepublic void setType(String type)
public byte[] getData()
getData in interface WebResourcepublic void setData(byte[] data)
Copyright © 2017. All rights reserved.