public class MacOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
protected Mac |
mac |
out
Constructor and Description |
---|
MacOutputStream(OutputStream stream,
Mac mac) |
Modifier and Type | Method and Description |
---|---|
Mac |
getMac() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, write
protected Mac mac
public MacOutputStream(OutputStream stream, Mac mac)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public Mac getMac()
Copyright © 2015. All rights reserved.