Package | Description |
---|---|
ezvcard | |
ezvcard.io.chain |
Contains classes used in the chaining API.
|
Modifier and Type | Method and Description |
---|---|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(InputStream in)
Parses plain text vCards.
|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(Path file)
Parses plain text vCards.
|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(Reader reader)
Parses plain text vCards.
|
Modifier and Type | Method and Description |
---|---|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(InputStream in)
Parses plain text vCards.
|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(Path file)
Parses plain text vCards.
|
static ChainingTextParser<ChainingTextParser<?>> |
Ezvcard.parse(Reader reader)
Parses plain text vCards.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingTextParser<T extends ChainingTextParser<?>>
Chainer class for parsing traditional, plain-text vCards.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainingTextStringParser
Chainer class for parsing traditional, plain-text vCards from strings.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.