Deprecated API


Contents
Deprecated Classes
org.apache.commons.io.CopyUtils
          Use IOUtils. Will be removed in 2.0. Methods renamed to IOUtils.write() or IOUtils.copy(). Null handling behaviour changed in IOUtils (null data does not throw NullPointerException). 
 

Deprecated Methods
org.apache.commons.io.IOUtils.toByteArray(String)
          Use String.getBytes() 
org.apache.commons.io.IOUtils.toString(byte[])
          Use String.String(byte[]) 
org.apache.commons.io.IOUtils.toString(byte[], String)
          Use String.String(byte[],String) 
 



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.