Closeable
, Flushable
, AutoCloseable
public class MacOutputStream extends ByteArrayOutputStream
buf, count
Constructor | Description |
---|---|
MacOutputStream(Mac mac) |
Modifier and Type | Method | Description |
---|---|---|
void |
write(byte[] arg0,
int arg1,
int arg2) |
|
void |
write(int arg0) |
close, reset, size, toByteArray, toString, toString, toString, toString, writeTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
flush, write
public MacOutputStream(Mac mac)
public void write(int arg0)
write
in class ByteArrayOutputStream
public void write(byte[] arg0, int arg1, int arg2)
write
in class ByteArrayOutputStream
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.