Package org.bouncycastle.util.io
Class SimpleOutputStream
java.lang.Object
java.io.OutputStream
org.bouncycastle.util.io.SimpleOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write, write
-
Constructor Details
-
SimpleOutputStream
public SimpleOutputStream()
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
-
flush
public void flush()- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-