org.jasig.portal.serialize
Interface CharacterCachingWriter

All Known Implementing Classes:
CachingOutputStream, CachingWriter

public interface CharacterCachingWriter


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

Method Detail

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.