java中如何通过file程序去读取查询文件中的文件
3个回答
展开全部
分为读字节,读字符两种读法 ◎◎◎FileInputStream 字节输入流读文件◎◎◎ public class Maintest { public static void main(String[] args) throws IOException { File f=new File("G:\\just for fun\\xiangwei.txt"); FileInputStream fin=new Fi...
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
/** * 读取配置文件 */private Properties loadProperty() {Properties prop=new Properties();try {//FileInputStream is=new FileInputStream("config.properties");InputStream is=this.getClass().getResourceAsStream("/config.properties"...
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询