Uses of Interface
org.netbeans.lib.cvsclient.file.OutputStreamProvider

Packages that use OutputStreamProvider
org.netbeans.lib.cvsclient.file   
 

Uses of OutputStreamProvider in org.netbeans.lib.cvsclient.file
 

Methods in org.netbeans.lib.cvsclient.file with parameters of type OutputStreamProvider
 void WriteTextFilePreprocessor.copyTextFileToLocation(java.io.InputStream processedInputStream, java.io.File fileToWrite, OutputStreamProvider customOutput)
           
 void DefaultWriteTextFilePreprocessor.copyTextFileToLocation(java.io.InputStream processedInputStream, java.io.File fileToWrite, OutputStreamProvider customOutput)
           
 void WriteRcsDiffFilePreprocessor.copyTextFileToLocation(java.io.InputStream processedInput, java.io.File fileToWrite, OutputStreamProvider customOutput)
          Processes the diff and merges it with the original file.
 


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.