uPortal 2.4.1
API Documentation

org.jasig.portal.serialize
Interface CharacterCachingWriter

All Known Implementing Classes:
CachingOutputStream, CachingWriter

public interface CharacterCachingWriter


Method Summary
 void flush()
           
 java.lang.String getCache(java.lang.String encoding)
           
 boolean startCaching()
           
 boolean stopCaching()
           
 

Method Detail

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

uPortal 2.4.1
API Documentation