Deprecated API

Contents

Deprecated Classes

CopyUtils
Use IOUtils.
FileCleaner
WildcardFilter
Use WilcardFileFilter.

Deprecated Methods

org.apache.commons.io.FileCleaner.track(File,Object)
org.apache.commons.io.FileCleaner.track(File,Object,FileDeleteStrategy)
org.apache.commons.io.FileCleaner.track(String,Object)
org.apache.commons.io.FileCleaner.track(String,Object,FileDeleteStrategy)
org.apache.commons.io.FileCleaner.getTrackCount()
org.apache.commons.io.FileCleaner.exitWhenFinished()
org.apache.commons.io.FileSystemUtils.freeSpace(String)
Use freeSpaceKb(String) Deprecated from 1.3, may be removed in 2.0
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 (c) 2002-2008 Apache Software Foundation