public class VCardBinaryRecord extends VCardRecord
Represents vCard binary record metadata class.
Modifier and Type | Method and Description |
---|---|
int |
getContentType()
Gets the content type of record.
|
byte[] |
getValue()
Gets the record value.
|
getAltIdParameter, getAnonymParameters, getEncodingParameter, getGroup, getLanguageParameter, getPrefParameter, getTypeParameters, getValueParameters
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public int getContentType()
Gets the content type of record.
getContentType
in class VCardRecord
public final byte[] getValue()
Gets the record value.
Copyright © 2020. All rights reserved.