Since InputStream.read(byte[] b) is a buffered read method, does it share the efficiency of a BufferedInputStream?

huangapple 未分类评论47阅读模式
英文:

Since InputStream.read(byte[] b) is a buffered read method, does it share the efficiency of a BufferedInputStream?

问题

自从InputStream.read(byte[] b)是一个带缓冲的读取方法,它是否具有BufferedInputStream的效率,而不需要额外的功能?

我已经阅读了文档,似乎在stackoverflow或其他来源中找不到相关主题。

英文:

Since InputStream.read(byte[] b) is a buffered read method, does it share the efficiency of a BufferedInputStream without having additional functionality?

I have read through the documentation and cannot seem to find relevant topics on stackoverflow or other sources.

huangapple
  • 本文由 发表于 2020年5月5日 18:18:56
  • 转载请务必保留本文链接:https://java.coder-hub.com/61610806.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定