Package | Description |
---|---|
ezvcard.io |
Contains I/O related classes.
|
ezvcard.io.json |
Contains classes that can read/write jCards (JSON-encoded vCards).
|
Modifier and Type | Field and Description |
---|---|
protected ScribeIndex |
StreamWriter.index |
protected ScribeIndex |
StreamReader.index |
Modifier and Type | Method and Description |
---|---|
ScribeIndex |
StreamWriter.getScribeIndex()
Gets the scribe index.
|
ScribeIndex |
StreamReader.getScribeIndex()
Gets the scribe index.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamWriter.setScribeIndex(ScribeIndex index)
Sets the scribe index.
|
void |
StreamReader.setScribeIndex(ScribeIndex index)
Sets the scribe index.
|
Modifier and Type | Method and Description |
---|---|
ScribeIndex |
JCardSerializer.getScribeIndex()
Gets the scribe index.
|
ScribeIndex |
JCardModule.getScribeIndex()
Gets the scribe index used by the serializer and deserializer.
|
ScribeIndex |
JCardDeserializer.getScribeIndex()
Gets the scribe index.
|
Modifier and Type | Method and Description |
---|---|
void |
JCardSerializer.setScribeIndex(ScribeIndex index)
Sets the scribe index.
|
void |
JCardModule.setScribeIndex(ScribeIndex index)
Sets the scribe index for the serializer and deserializer to use.
|
void |
JCardDeserializer.setScribeIndex(ScribeIndex index)
Sets the scribe index.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.