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, skipprotected Mac mac
public MacInputStream(InputStream stream, Mac mac)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic Mac getMac()
Copyright © 2015. All rights reserved.