类 Resource
java.lang.Object
com.gdxsoft.easyweb.resources.Resource
-
构造器详细资料
-
Resource
public Resource()
-
-
方法详细资料
-
getPath
-
setPath
-
getType
-
setType
-
getContent
-
setContent
-
getBuffer
public byte[] getBuffer() -
setBuffer
public void setBuffer(byte[] buffer) -
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
setBinary
public void setBinary(boolean b) -
isBinary
public boolean isBinary() -
toString
-
getMd5
- 返回:
- the md5
-
setMd5
- 参数:
md5- the md5 to set
-