apache commons-io相关介绍-IOUtils类

IOUtils类

IOUtils类普通的IO流(InputStream, OutputStream)/读写器(Reader、Writer)操作函数,该类提供下列静态函数用于输入输出操作。

  • closeQuietly these methods close a stream ignoring nulls and exceptions
  • toXxx/read these methods read data from a stream
  • write these methods write data to a stream
  • copy these methods copy all the data from one stream to another
  • contentEquals these methods compare the content of two streams

关闭流

close(URLConnection)
closeQuietly(Closeable)
closeQuietly(InputStream)
closeQuietly(OutputStream)
closeQuietly(Reader)
closeQuietly(Writer)
closeQuietly(ServerSocket)
closeQuietly(Socket)
closeQuietly(Selector)

比较流或者阅读器的内容

contentEquals(InputStream, InputStream)
contentEquals(Reader, Reader)
contentEqualsIgnoreEOL(Reader, Reader)

复制操作

copy(InputStream, OutputStream)
copy(InputStream, Writer)
copy(InputStream, Writer, String)
copy(InputStream, Writer, Charset)
copy(Reader, OutputStream)
copy(Reader, OutputStream, String)
copy(Reader, OutputStream, Charset)
copy(Reader, Writer)
copyLarge(InputStream, OutputStream)
copyLarge(InputStream, OutputStream, byte[])
copyLarge(InputStream, OutputStream, long, long)
copyLarge(InputStream, OutputStream, long, long, byte[])
copyLarge(Reader, Writer)
copyLarge(Reader, Writer, char[])
copyLarge(Reader, Writer, long, long)
copyLarge(Reader, Writer, long, long, char[])

行迭代器

lineIterator(InputStream, String)
lineIterator(InputStream, Charset)
lineIterator(Reader)

读取内容

read(InputStream, byte[])
read(InputStream, byte[], int, int)
read(Reader, char[])
read(Reader, char[], int, int)
readFully(InputStream, byte[])
readFully(InputStream, byte[], int, int)
readFully(Reader, char[])
readFully(Reader, char[], int, int)
readLines(InputStream)
readLines(InputStream, String)
readLines(InputStream, Charset)
readLines(Reader)

定位读取位置

skip(InputStream, long)
skip(Reader, long)
skipFully(InputStream, long)
skipFully(Reader, long)

缓冲

toBufferedInputStream(InputStream)
toBufferedReader(Reader)

转成字节/字符

toByteArray(InputStream)
toByteArray(InputStream, int)
toByteArray(InputStream, long)
toByteArray(Reader)
toByteArray(Reader, String)
toByteArray(Reader, Charset)
toByteArray(String)
toByteArray(URI)
toByteArray(URL)
toByteArray(URLConnection)
toCharArray(InputStream)
toCharArray(InputStream, String)
toCharArray(InputStream, Charset)
toCharArray(Reader)

转成输入流

toInputStream(CharSequence)
toInputStream(CharSequence, String)
toInputStream(CharSequence, Charset)
toInputStream(String)
toInputStream(String, String)
toInputStream(String, Charset)

toString

toString(byte[])
toString(byte[], String)
toString(InputStream)
toString(InputStream, String)
toString(InputStream, Charset)
toString(Reader)
toString(URI)
toString(URI, String)
toString(URI, Charset)
toString(URL)
toString(URL, String)
toString(URL, Charset)

写入数据

write(byte[], OutputStream)
write(byte[], Writer)
write(byte[], Writer, String)
write(byte[], Writer, Charset)
write(char[], OutputStream)
write(char[], OutputStream, String)
write(char[], OutputStream, Charset)
write(char[], Writer)
write(CharSequence, OutputStream)
write(CharSequence, OutputStream, String)
write(CharSequence, OutputStream, Charset)
write(CharSequence, Writer)
write(String, OutputStream)
write(String, OutputStream, String)
write(String, OutputStream, Charset)
write(String, Writer)
write(StringBuffer, OutputStream)
write(StringBuffer, OutputStream, String)
write(StringBuffer, Writer)
writeLines(Collection<?>, String, OutputStream)
writeLines(Collection<?>, String, OutputStream, String)
writeLines(Collection<?>, String, OutputStream, Charset)
writeLines(Collection<?>, String, Writer)

转载于:https://www.cnblogs.com/xiaozu/p/4555963.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值