• 大小: 4KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Java
  • 标签: ssdjava  

资源简介

ssd3 java的exercise6的代码~

资源截图

代码片段和文件信息

package exercise6

import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.StringTokenizer;

/**
 * The class FileCatalogLoader implements interface CatalogLoader. It is used to
 * obtain a product catalog from a file. You should implement this class from
 * scratch: FileCatalogLoader.java
 * 
 * @author qiuyuan
 * @version 1.6.0 see CatalogLoader
 * 
 */
public class FileCatalogLoader implements CatalogLoader {

/**
 * This method reads a line of coffee-accessory data. It uses the class
 * StringTokenizer to extract the accessory data in the specified line. If
 * the line is error free this method returns a Product object that
 * encapsulates the a

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        7252  2013-01-14 19:26  exercise6\FileCatalogLoader.java
     文件        5913  2013-01-14 19:25  exercise6\GourmetCoffee.java
     目录           0  2013-01-15 15:31  exercise6\

评论

共有 条评论

相关资源