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 OutputStream
nullOutputStream, write, write
-
Constructor Details
-
SimpleOutputStream
public SimpleOutputStream()
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream
-
flush
public void flush()- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-