public final class InputStreamWithMAC
extends java.io.InputStream
Constructor and Description |
---|
InputStreamWithMAC(java.io.InputStream base,
byte[] mac) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getMAC() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public InputStreamWithMAC(java.io.InputStream base, byte[] mac)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public byte[] getMAC()
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException