local.tomas.vcard.impl
Class VCardReaderImpl
java.lang.Object
local.tomas.vcard.impl.VCardReaderImpl
- All Implemented Interfaces:
- VCardReader
public class VCardReaderImpl
- extends java.lang.Object
- implements VCardReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCardReaderImpl
public VCardReaderImpl(VCardConfiguration configuration)
parse
public java.util.List<VCard> parse(java.io.BufferedReader rdr,
VType type)
throws java.io.IOException,
VCardException
- Specified by:
parse in interface VCardReader
- Throws:
java.io.IOException
VCardException
parse
public java.util.List<VCard> parse(java.io.InputStream is,
VType type)
throws java.io.IOException,
VCardException
- Specified by:
parse in interface VCardReader
- Throws:
java.io.IOException
VCardException
parse
public java.util.List<VCard> parse(java.io.Reader rdr,
VType type)
throws java.io.IOException,
VCardException
- Specified by:
parse in interface VCardReader
- Throws:
java.io.IOException
VCardException
Copyright © 2007 null. All Rights Reserved.