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