Do I need to close an InputStream in Java? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Do I need to close an InputStream in Java? - Stack Overflow
2012年3月3日 - You do need to close the input Stream, because the stream returned by the method you mention is actually FileInputStream or some other subclass of ...