public abstract class SimpleOutputStream extends OutputStream
Constructor and Description |
---|
SimpleOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(int b) |
write, write
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.