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