java IO流(2) 读取字符串到内存

字节流 /** * 按字节读取字符串 * 读完须要转码 * @param path * @return */ public static String readerByte(String path){ File file = new File(path); String str = null; Long size = file.length(
相关文章
相关标签/搜索