ezvcard.io.scribe
Class PhotoScribe
java.lang.Object
ezvcard.io.scribe.VCardPropertyScribe<T>
ezvcard.io.scribe.BinaryPropertyScribe<T,ImageType>
ezvcard.io.scribe.ImagePropertyScribe<Photo>
ezvcard.io.scribe.PhotoScribe
public class PhotoScribe
- extends ImagePropertyScribe<Photo>
Marshals Photo
properties.
- Author:
- Michael Angstadt
Methods inherited from class ezvcard.io.scribe.BinaryPropertyScribe |
_dataType, _defaultDataType, _parseJson, _parseText, _parseXml, _prepareParameters, _writeJson, _writeText, _writeXml, cannotUnmarshalValue, parseContentType |
Methods inherited from class ezvcard.io.scribe.VCardPropertyScribe |
dataType, date, date, defaultDataType, escape, getPropertyClass, getPropertyName, getQName, handlePrefParam, list, list, list, missingXmlElements, missingXmlElements, parseHtml, parseJson, parseText, parseXml, prepareParameters, semistructured, semistructured, split, structured, structured, structured, unescape, writeJson, writeText, writeXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhotoScribe
public PhotoScribe()
_newInstance
protected Photo _newInstance(String uri,
ImageType contentType)
- Specified by:
_newInstance
in class BinaryPropertyScribe<Photo,ImageType>
_newInstance
protected Photo _newInstance(byte[] data,
ImageType contentType)
- Specified by:
_newInstance
in class BinaryPropertyScribe<Photo,ImageType>
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.