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 WebResource
public void setType(String type)
public byte[] getData()
getData
in interface WebResource
public void setData(byte[] data)
Copyright © 2017. All rights reserved.