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() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Should be implemented to flush the content that has been constructed
|
String |
toString() |
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len)
Should be implemented to allow content to be appended
|
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–2019 Alfresco Software. All rights reserved.