com.phenix.pct
Class PLReader
java.lang.Object
com.phenix.pct.PLReader
public class PLReader
- extends Object
Class for reading and extracting contents of a Progress Library file.
- Author:
- Gilles QUERRET
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLReader
public PLReader(File file)
getFileList
public List getFileList()
- Returns entries contained in this procedure library
- Throws:
RuntimeException - If file is not a valid procedure library
getEntry
public FileEntry getEntry(String name)
getInputStream
public InputStream getInputStream(FileEntry fe)
throws IOException
- Throws:
IOException
Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.