资源简介
这是卡耐基梅隆大学的SSD指定教学体系,其中为SSD3 exercise6 的答案
代码片段和文件信息
import java.io.*;
/**
* This interface declares a method for obtaining a products catalog.
*
* @author iCarnegie
* @version 1.1.0
* @see Catalog
*/
public interface CatalogLoader {
/*
* Loads the product catalog with the data in the specified file.
*
* @param filename The name of a file that contains catalog
* information.
* @return the product catalog.
* @throws FileNotFoundException if the specified file does not
* exist.
* @throws IOException if there is an error reading the
* information in the specified file.
* @throws DataFormatException if the file contains
* badly-formed data.
*/
Catalog loadCatalog(String fileName)
throws FileNotFoundException IOException DataFormatException;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 295 2008-12-12 19:35 exercise6\EX6\.classpath
文件 379 2008-12-12 19:18 exercise6\EX6\.project
文件 2135 2008-12-12 21:45 exercise6\EX6\catalog.dat
文件 273 2008-12-12 19:35 exercise6\EX6\CatalogLoader.class
文件 868 2008-12-12 19:34 exercise6\EX6\CatalogLoader.java
文件 430 2008-12-12 19:35 exercise6\EX6\DataFormatException.class
文件 560 2008-12-12 19:33 exercise6\EX6\DataFormatException.java
文件 0 2008-12-12 21:42 exercise6\EX6\empty.dat
文件 2959 2008-12-12 21:48 exercise6\EX6\FileCatalogLoader.class
文件 3571 2008-12-12 21:48 exercise6\EX6\FileCatalogLoader.java
文件 4756 2008-12-12 21:46 exercise6\EX6\GourmetCoffee.class
文件 5907 2008-12-13 00:10 exercise6\EX6\GourmetCoffee.java
文件 4538 2008-12-12 20:16 exercise6\EX6\TestFileCatalogLoader.class
文件 5379 2008-12-12 19:33 exercise6\EX6\TestFileCatalogLoader.java
文件 188416 2008-12-05 12:17 exercise6\ex6.doc
文件 35598 2008-12-05 12:17 exercise6\student-files.zip
目录 0 2008-12-12 23:56 exercise6\EX6
目录 0 2008-12-12 23:56 exercise6
----------- --------- ---------- ----- ----
256064 18
- 上一篇:HTTP请求提交工具
- 下一篇:突破UDP包大小限制
相关资源
- SSD4 exercise8答案
- SSD的开卡工具,适用于主控是JMF606-
- NVMeExpressDxE.ffs
- 在Infortrend ESVA存储系统中使用SSD硬盘
- Delphi Windows7环境获取硬盘序列号(支
- 基于SSD的车辆检测与识别
- SSD论文翻译
- 台湾悠景oled 12864 ssd1309 驱动程序 并口
- 川大数据库系统(SSD6)历年考题、
- ssd1305最简测试代码
- SSD目标检测算法论文-英文原版
- 天锐绿盾客户端补丁-解决文件上鼠标
- 论文研究-基于改进SSD的高效目标检测
- SSD测试介绍
- cyUSB.cyperssd的官方类库带说明
- 海力士SK hynix原厂SSD固件升级文件(
- 3DTLC技术详解
- ssda算法源码
- SSD7练习及答案
- SSD1331详细资料
- SSD1306资料手册
- ssd3全部答案,最全的
- processDesigner easyui web在线流程设计
- SSD3答案包含两个版本
- SSD5数据结构实验网上拍卖系统实验
- 200922CrossDarkhgz2009-77169.com.zip
- 精通CSS+DIV网页样式与布局
- 东北大学软件工程期末复习题ssd9
- 微信支付源代码
- tesseract-ocr/tessdata 语言包
评论
共有 条评论