public class MacCaptureStream
extends java.io.OutputStream
Note: this class will not close the underlying stream.
| Constructor and Description |
|---|
MacCaptureStream(java.io.OutputStream cOut,
int macLength) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMac() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
public MacCaptureStream(java.io.OutputStream cOut,
int macLength)
public void write(byte[] buf,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic byte[] getMac()