📄 file.java
字号:
// JBuilder API Decompiler stub source generated from class file// 2006-3-21// -- implementation of methods is not availablepackage com.jspsmart.upload;// Importsimport java.io.IOException;import java.sql.ResultSet;import java.sql.SQLException;import javax.servlet.ServletException;public class File { // Fields private SmartUpload m_parent; private int m_startData; private int m_endData; private int m_size; private String m_fieldname; private String m_filename; private String m_fileExt; private String m_filePathName; private String m_contentType; private String m_contentDisp; private String m_typeMime; private String m_subTypeMime; private String m_contentString; private boolean m_isMissing; public static final int SAVEAS_AUTO = 0; public static final int SAVEAS_VIRTUAL = 1; public static final int SAVEAS_PHYSICAL = 2; // Constructors File() { } // Methods public void saveAs(String destFilePathName) throws SmartUploadException, IOException { } public void saveAs(String destFilePathName, int optionSaveAs) throws SmartUploadException, IOException { } public void fileToField(ResultSet rs, String columnName) throws SQLException, SmartUploadException, IOException, ServletException { } public boolean isMissing() { return false;} public String getFieldName() { return null;} public String getFileName() { return null;} public String getFilePathName() { return null;} public String getFileExt() { return null;} public String getContentType() { return null;} public String getContentDisp() { return null;} public String getContentString() { return null;} public String getTypeMIME() throws IOException { return null;} public String getSubTypeMIME() { return null;} public int getSize() { return 0;} protected int getStartData() { return 0;} protected int getEndData() { return 0;} protected void setParent(SmartUpload parent) { } protected void setStartData(int startData) { } protected void setEndData(int endData) { } protected void setSize(int size) { } protected void setIsMissing(boolean isMissing) { } protected void setFieldName(String fieldName) { } protected void setFileName(String fileName) { } protected void setFilePathName(String filePathName) { } protected void setFileExt(String fileExt) { } protected void setContentType(String contentType) { } protected void setContentDisp(String contentDisp) { } protected void setTypeMIME(String TypeMime) { } protected void setSubTypeMIME(String subTypeMime) { } public byte getBinaryData(int index) { return 0;}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -