net.sourceforge.pmd.testframework
Class StreamUtil

java.lang.Object
  extended by net.sourceforge.pmd.testframework.StreamUtil

Deprecated. Just use apache IOUtils

@Deprecated
public final class StreamUtil
extends Object


Method Summary
static String toString(InputStream stream)
          Deprecated. use IOUtils.toString(InputStream) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

@Deprecated
public static String toString(InputStream stream)
Deprecated. use IOUtils.toString(InputStream) instead



Copyright © 2002-2016 InfoEther. All Rights Reserved.