net.sourceforge.pmd.util
Class IOUtil

java.lang.Object
  extended by net.sourceforge.pmd.util.IOUtil

public final class IOUtil
extends Object

Author:
Brian Remedios

Method Summary
static Writer createWriter()
           
static Writer createWriter(String reportFile)
           
static Reader skipBOM(Reader source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createWriter

public static Writer createWriter()

createWriter

public static Writer createWriter(String reportFile)

skipBOM

public static Reader skipBOM(Reader source)


Copyright © 2002-2015 InfoEther. All Rights Reserved.