- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- cn.mcres.karlatemp.mxlib.tools.UnclosedOutputStream
-
- 所有已实现的接口:
Closeable
,Flushable
,AutoCloseable
public class UnclosedOutputStream extends FilterOutputStream
-
-
构造器概要
构造器 构造器 说明 UnclosedOutputStream(@NotNull OutputStream out)
Creates an output stream filter built on top of the specified underlying output stream.
-
-
-
构造器详细资料
-
UnclosedOutputStream
public UnclosedOutputStream(@NotNull @NotNull OutputStream out)
Creates an output stream filter built on top of the specified underlying output stream.- 参数:
out
- the underlying output stream to be assigned to the fieldthis.out
for later use, ornull
if this instance is to be created without an underlying stream.
-
-
方法详细资料
-
close
public void close()
- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 覆盖:
close
在类中FilterOutputStream
-
-