XORCipher
public interface CryptoFilter
Modifier and Type | Method | Description |
---|---|---|
int |
read(InputStream in) |
|
int |
read(InputStream in,
byte[] b) |
|
int |
read(InputStream in,
byte[] b,
int off,
int len) |
|
void |
reset() |
|
void |
write(OutputStream out,
int ch) |
int read(InputStream in) throws IOException
IOException
void write(OutputStream out, int ch) throws IOException
IOException
int read(InputStream in, byte[] b, int off, int len) throws IOException
IOException
int read(InputStream in, byte[] b) throws IOException
IOException
void reset()
Copyright © 2018. All rights reserved.