org.codehaus.groovy.runtime
[Java] Class FlushingStreamWriter
java.lang.Object
  
java.io.Writer
      
java.io.OutputStreamWriter
          
org.codehaus.groovy.runtime.FlushingStreamWriter
public class FlushingStreamWriter
extends OutputStreamWriter
 Stream writer which flushes after each write operation.
 
- Authors:
 - Guillaume Laforge
 
    
     
    
    
    | 
    Method Summary | 
    
    
        
        
            void
         | 
        
            write(char[] cbuf, int off, int len)
             
            
         | 
        
    
        
        
            void
         | 
        
            write(int c)
             
            
         | 
        
    
        
        
            void
         | 
        
            write(String str, int off, int len)
             
            
         | 
        
    
    
     
                | 
                Methods inherited from class OutputStreamWriter
                 | 
                | write, write, write, close, flush, getEncoding, append, append, append, append, append, append, write, write, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                
                 
                | 
                Methods inherited from class Writer
                 | 
                | append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                
                 
                 
    
    
        
        FlushingStreamWriter
        public FlushingStreamWriter(OutputStream out)
        
        - 
        
 
        
        
        
    
     
    
    
        
        write
        public void write(char[] cbuf, int off, int len)
        
        - 
        
 
        
        
        
    
        
        write
        public void write(int c)
        
        - 
        
 
        
        
        
    
        
        write
        public void write(String str, int off, int len)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.