⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 files.java

📁 基于J2EE的个人数字助理系统,大家参考下,提出宝贵意见
💻 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.util.Collection;import java.util.Enumeration;import java.util.Hashtable;public class Files {  // Fields  private SmartUpload m_parent;  private Hashtable m_files;  private int m_counter;  // Constructors  Files() { }  // Methods  protected void addFile(File newFile) { }  public File getFile(int index) { return null;}  public int getCount() { return 0;}  public long getSize() throws IOException { return 0L;}  public Collection getCollection() { return null;}  public Enumeration getEnumeration() { return null;}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -