类 UnclosedOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- cn.mcres.karlatemp.mxlib.tools.UnclosedOutputStream
-
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
public class UnclosedOutputStream extends FilterOutputStream
-
-
字段概要
-
从类继承的字段 java.io.FilterOutputStream
out
-
-
构造器概要
构造器 构造器 说明 UnclosedOutputStream(OutputStream out)Creates an output stream filter built on top of the specified underlying output stream.
-
-
-
构造器详细资料
-
UnclosedOutputStream
public UnclosedOutputStream(@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.outfor later use, ornullif this instance is to be created without an underlying stream.
-
-
方法详细资料
-
close
public void close()
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中FilterOutputStream
-
-