Class AbstractContentReader

java.lang.Object
org.alfresco.repo.content.AbstractContentAccessor
org.alfresco.repo.content.AbstractContentReader
All Implemented Interfaces:
ContentAccessor, ContentReader
Direct Known Subclasses:
EmptyContentReader, FileContentReader, HttpAlfrescoContentReader, SpoofedTextContentReader

@AlfrescoPublicApi public abstract class AbstractContentReader extends AbstractContentAccessor implements ContentReader
Implements all the convenience methods of the interface. The only methods that need to be implemented, i.e. provide low-level content access are:
Author:
Derek Hulley