| java.lang.Object com.sun.kvem.midp.pim.formats.EndMatcher com.sun.kvem.midp.pim.formats.VCardFormat com.sun.kvem.midp.pim.formats.VCard21Format
VCard21Format | public class VCard21Format extends VCardFormat (Code) | | Implementation of PIMEncoding for VCard/2.1.
|
getBinaryEncodingName | protected String getBinaryEncodingName()(Code) | | Returns name of encoding.
encoding name |
getCategoryProperty | protected String getCategoryProperty()(Code) | | Returns the property category.
property category |
getClassProperty | protected String getClassProperty()(Code) | | Returns class property.
class property |
getVersion | protected String getVersion()(Code) | | Returns VCard version.
VCard version "2.1" |
parseAttributes | protected int parseAttributes(String[] attributes)(Code) | | Gets the binary value describing all flags in a vCard line.
Parameters: attributes - input selection attributes binary attribute codes |
writeAttributes | protected void writeAttributes(Writer w, int attributes) throws IOException(Code) | | Writes the attributes for a field.
Parameters: w - the output writer stream Parameters: attributes - the attributes to be processed throws: IOException - if an error occurs writing |
Methods inherited from com.sun.kvem.midp.pim.formats.VCardFormat | public PIMItem[] decode(InputStream in, String encoding, PIMList list) throws IOException(Code)(Java Doc) public void encode(OutputStream out, String encoding, PIMItem pimItem) throws IOException(Code)(Java Doc) abstract protected String getBinaryEncodingName()(Code)(Java Doc) abstract protected String getCategoryProperty()(Code)(Java Doc) abstract protected String getClassProperty()(Code)(Java Doc) public String getName()(Code)(Java Doc) abstract protected String getVersion()(Code)(Java Doc) public boolean isTypeSupported(int pimListType)(Code)(Java Doc) abstract protected int parseAttributes(String[] attributes)(Code)(Java Doc) abstract protected void writeAttributes(Writer w, int attributes) throws IOException(Code)(Java Doc) protected void writeDate(Writer w, long date) throws IOException(Code)(Java Doc) protected void writeStringArray(Writer w, String[] data) throws IOException(Code)(Java Doc) protected void writeValue(Writer w, PIMItem item, int field, int index) throws IOException(Code)(Java Doc)
|
|
|