org.jasig.portal.serialize
Interface CharacterCachingWriter
- All Known Implementing Classes:
- CachingOutputStream, CachingWriter
public interface CharacterCachingWriter
startCaching
boolean startCaching()
throws IOException
- Throws:
IOException
stopCaching
boolean stopCaching()
getCache
String getCache(String encoding)
throws UnsupportedEncodingException,
IOException
- Throws:
UnsupportedEncodingException
IOException
flush
void flush()
throws IOException
- Throws:
IOException
Copyright © 2010 Jasig. All Rights Reserved.