com.phenix.pct
Class PLReader

java.lang.Object
  extended by com.phenix.pct.PLReader

public class PLReader
extends Object

Class for reading and extracting contents of a Progress Library file.

Author:
Gilles QUERRET

Constructor Summary
PLReader(File file)
           
 
Method Summary
 FileEntry getEntry(String name)
           
 List getFileList()
          Returns entries contained in this procedure library
 InputStream getInputStream(FileEntry fe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLReader

public PLReader(File file)
Method Detail

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.