Uses of Class
org.eclipse.higgins.icard.io.CardIOException

Packages that use CardIOException
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.io   
 

Uses of CardIOException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw CardIOException
 IElement ICard.toElement(IElementFormat format)
           
 

Uses of CardIOException in org.eclipse.higgins.icard.io
 

Subclasses of CardIOException in org.eclipse.higgins.icard.io
 class UnsupportedElementFormatException
           
 

Methods in org.eclipse.higgins.icard.io that throw CardIOException
 IElement[] IInputProcessor.process(InputStream is, ICredential credential)
          Processes input stream and returns an array of IElements extracted.
 void IOutputProcessor.process(IElement[] icards, OutputStream out, ICredential credential)
          Processes array of IOElements and store them in the supplied OutputStream.