org.jasig.portal.serialize
Interface CharacterCachingWriter
- All Known Implementing Classes:
- CachingOutputStream, CachingWriter
public interface CharacterCachingWriter
startCaching
boolean startCaching()
throws java.io.IOException
- Throws:
java.io.IOException
stopCaching
boolean stopCaching()
getCache
java.lang.String getCache(java.lang.String encoding)
throws java.io.UnsupportedEncodingException,
java.io.IOException
- Throws:
java.io.UnsupportedEncodingException
java.io.IOException
flush
void flush()
throws java.io.IOException
- Throws:
java.io.IOException