public class DefaultExtensibilityContent extends Object implements ExtensibilityContent
The default ExtensibilityContent implementation. This class basically
wraps a StringBuilder and delegates to its append and flush
methods
| Constructor and Description |
|---|
DefaultExtensibilityContent() |
public void write(char[] cbuf)
throws IOException
IOExceptionpublic void flush()
ExtensibilityContentShould be implemented to flush the content that has been constructed
flush in interface ExtensibilityContentpublic void write(char[] cbuf,
int off,
int len)
throws IOException
ExtensibilityContentShould be implemented to allow content to be appended
write in interface ExtensibilityContentIOExceptionCopyright © 2005–2017 Alfresco Software. All rights reserved.