Deprecated API


Contents
Deprecated Methods
org.qedeq.base.io.IoUtility.loadFile(File, StringBuffer)
          Use IoUtility.loadFile(File, StringBuffer, String). 
org.qedeq.base.io.IoUtility.loadFile(URL, StringBuffer)
          Choose correct encoding. 
org.qedeq.base.io.IoUtility.loadStream(InputStream, StringBuffer)
          Use IoUtility.loadReader(Reader, StringBuffer). 
org.qedeq.base.io.IoUtility.saveFile(File, String)
          Use IoUtility.saveFile(File, String, String) that has an encoding parameter. 
org.qedeq.base.io.IoUtility.saveFile(File, StringBuffer)
          Use IoUtility.saveFile(File, StringBuffer, String) that has an encoding parameter. 
org.qedeq.base.io.IoUtility.saveFile(String, String)
          Use IoUtility.saveFile(File, String, String) that has an encoding. 
org.qedeq.base.io.IoUtility.saveFile(String, StringBuffer)
          Use IoUtility.saveFile(File, StringBuffer, String) that has an encoding. 
 



Copyright © 2014. All Rights Reserved.