| java.lang.Object com.sun.kvem.midp.pim.formats.EndMatcher com.sun.kvem.midp.pim.formats.VCardFormat com.sun.kvem.midp.pim.formats.VCard30Format
VCard30Format | public class VCard30Format extends VCardFormat (Code) | | Implementation of PIMEncoding for VCard/3.0.
|
getBinaryEncodingName | protected String getBinaryEncodingName()(Code) | | Gets the binary encoding name.
the binary encoding name "B" |
getCategoryProperty | protected String getCategoryProperty()(Code) | | Gets the category property name.
the category property name "CATEGORY" |
getClassProperty | protected String getClassProperty()(Code) | | Gets the class property name.
the class property name "CLASS" |
getVersion | protected String getVersion()(Code) | | Gets the VCard version number.
the VCard version number "3.0" |
parseAttributes | protected int parseAttributes(String[] attributes)(Code) | | Get the binary value describing all flags in a vCard line.
Parameters: attributes - fields to parse binary coded flags |
writeAttributes | protected void writeAttributes(Writer w, int attributes) throws IOException(Code) | | Writes the attributes for a field.
Parameters: w - output stream target Parameters: attributes - fields to be written throws: IOException - if an error occurs while 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)
|
|
|