public class StreamCipherInputStream
| Constructor and Description |
|---|
StreamCipherInputStream(java.io.InputStream input,
kotlin.jvm.functions.Function0<? extends jetbrains.exodus.crypto.StreamCipher> cipherGetter) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getSource() |
void |
mark(int readlimit) |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
void |
reset() |