英文:
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.
专注分享java语言的经验与见解,让所有开发者获益!
评论