net.sourceforge.pmd.util
Class IOUtil

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

public final class IOUtil
extends java.lang.Object

Author:
Brian Remedios

Method Summary
static java.io.Writer createWriter()
           
static java.io.Writer createWriter(java.lang.String reportFile)
           
static java.io.Reader skipBOM(java.io.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 java.io.Writer createWriter()

createWriter

public static java.io.Writer createWriter(java.lang.String reportFile)

skipBOM

public static java.io.Reader skipBOM(java.io.Reader source)


Copyright © 2002-2015 InfoEther. All Rights Reserved.