Deprecated List (fawkeZ - Developer's Documentation)

Deprecated API


Contents
Deprecated Methods
org.jcoderz.commons.util.FileUtils.close(InputStream)
          use IoUtil.close(InputStream) 
org.jcoderz.commons.util.FileUtils.close(OutputStream)
          use IoUtil.close(OutputStream) 
org.jcoderz.commons.util.FileUtils.safeClose(Reader)
          use IoUtil.close(Reader) 
org.jcoderz.commons.util.FileUtils.safeClose(Writer)
          use IoUtil.close(Writer) 
 



Copyright 2006 The jCoderZ Project.