索引
All Classes and Interfaces|所有程序包|序列化表格
B
- buildPaths(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Create the paths
C
- changeFileExt(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Change the file extension
- checkValidExt(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.Resources
- com.gdxsoft.easyweb.resources - 程序包 com.gdxsoft.easyweb.resources
- copyFile(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Copy file
- createBinaryFile(String, byte[], boolean) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Create a binary file
- createHashTextFile(String, String, String, boolean) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Create a hash file based on the content
- createMd5File(byte[], String, String, String, boolean) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Create a binary file based on the MD5 of the binary content, and the saved file name is MD5 + extension
- createNewTextFile(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Create a new text file
D
- delete(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Delete a file
- DemoDataOfHsqldb - com.gdxsoft.easyweb.resources中的类
- DemoDataOfHsqldb() - 类的构造器 com.gdxsoft.easyweb.resources.DemoDataOfHsqldb
- destroy() - 类中的方法 com.gdxsoft.easyweb.resources.Servlet
- doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 com.gdxsoft.easyweb.resources.Servlet
- doPost(HttpServletRequest, HttpServletResponse) - 类中的方法 com.gdxsoft.easyweb.resources.Servlet
E
- extract(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.DemoDataOfHsqldb
G
- getBuffer() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getContent() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getFileExt(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Get the extension form the file name
- getFileNoExt(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Get the file name without extension
- getMd5() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getPath() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getResource(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.Resources
-
Get the EWA static files, js, css, images ...
- getServletInfo() - 类中的方法 com.gdxsoft.easyweb.resources.Servlet
-
Returns information about the servlet, such as author, version, and copyright.
- getStatus() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getType() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- getZipList(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Get the zip/jar file list
H
- hex(byte[]) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
I
- init() - 类中的方法 com.gdxsoft.easyweb.resources.Servlet
-
Initialization of the servlet.
- isBinary() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
M
- md5(byte[]) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
- md5(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
- MyUtils - com.gdxsoft.easyweb.resources中的类
- MyUtils() - 类的构造器 com.gdxsoft.easyweb.resources.MyUtils
R
- readFileBytes(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Read the binary contents of the file
- readFileText(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Read the file contents(UTF8) from file or resource
- readZipBytes(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Read the zip/jar file binary (UTF8)
- readZipText(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
- Resource - com.gdxsoft.easyweb.resources中的类
- Resource() - 类的构造器 com.gdxsoft.easyweb.resources.Resource
- Resources - com.gdxsoft.easyweb.resources中的类
- Resources() - 类的构造器 com.gdxsoft.easyweb.resources.Resources
S
- Servlet - com.gdxsoft.easyweb.resources中的类
- Servlet() - 类的构造器 com.gdxsoft.easyweb.resources.Servlet
- setBinary(boolean) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setBuffer(byte[]) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setContent(String) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setMd5(String) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setPath(String) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setStatus(int) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
- setType(String) - 类中的方法 com.gdxsoft.easyweb.resources.Resource
T
- toString() - 类中的方法 com.gdxsoft.easyweb.resources.Resource
U
- unZipFile(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Unzip files to the zipFilePath.xxx.unzip dir
- unZipFile(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Unzip files to the target dir
Z
- zipFile(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Compress the file with ZIP
- zipFiles(File[], String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Compress files
- zipFiles(String[], String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Compress the files with ZIP
- zipPath(String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Compress the path with ZIP, exclude sub directories
- zipPaths(String, String) - 类中的静态方法 com.gdxsoft.easyweb.resources.MyUtils
-
Compress all files in the root directory, including sub directories
All Classes and Interfaces|所有程序包|序列化表格