public class NonCloseableInputStream extends FilterInputStream
in| 构造器和说明 |
|---|
NonCloseableInputStream(InputStream in)
Creates a
FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use. |
public NonCloseableInputStream(InputStream in)
FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use.in - the underlying input stream, or null if
this instance is to be created without an underlying stream.public final void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 FilterInputStreamCopyright © 2024. All rights reserved.