public class MacInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected Mac |
mac |
in
Constructor and Description |
---|
MacInputStream(InputStream stream,
Mac mac) |
Modifier and Type | Method and Description |
---|---|
Mac |
getMac() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
protected Mac mac
public MacInputStream(InputStream stream, Mac mac)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public Mac getMac()
Copyright © 2015. All rights reserved.