mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
No longer closes the stream. The wrapped stream will take care of that.
This commit is contained in:
parent
1c58bdbb81
commit
3d4d60c664
@ -154,7 +154,7 @@ public final class BufferedImageInputStream extends ImageInputStreamImpl impleme
|
|||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
if (mStream != null) {
|
if (mStream != null) {
|
||||||
mStream.close();
|
//mStream.close();
|
||||||
mStream = null;
|
mStream = null;
|
||||||
mBuffer = null;
|
mBuffer = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user