Last update: 2011-06-23

org.proteios.io
Class PiumsPepfilReader

java.lang.Object
  extended by org.proteios.io.PiumsPepfilReader
All Implemented Interfaces:
FileValidationInterface

public class PiumsPepfilReader
extends Object
implements FileValidationInterface


Constructor Summary
PiumsPepfilReader(InputStream inputStream)
          Constructor that takes a PKL input stream as parameter.
 
Method Summary
 boolean importable()
           
 boolean valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiumsPepfilReader

public PiumsPepfilReader(InputStream inputStream)
Constructor that takes a PKL input stream as parameter.

Parameters:
inputStream - InputStream PKL input stream.
Method Detail

importable

public boolean importable()
Specified by:
importable in interface FileValidationInterface

valid

public boolean valid()
              throws javax.xml.stream.XMLStreamException,
                     SAXException
Specified by:
valid in interface FileValidationInterface
Throws:
javax.xml.stream.XMLStreamException
SAXException

Last update: 2011-06-23