ByteArrayOutputStream? он остается в памяти? или все-таки джава его как-то удаляет?
Ничего не происходит, в BAOS у close пустая реализация
/** * Closing a {@code ByteArrayOutputStream} has no effect. The methods in * this class can be called after the stream has been closed without * generating an {@code IOException}. */ public void close() throws IOException { }
Обсуждают сегодня