de.matrixweb.harhar
[Groovy] Class ByteCountingOutputStream
java.lang.Object
java.io.OutputStream
de.matrixweb.harhar.ByteCountingOutputStream
class ByteCountingOutputStream
extends OutputStream
- Authors:
- marwol
|
Property Summary |
long |
bytes
|
|
Method Summary |
void
|
write(int b)
|
void
|
write(byte[] b)
|
void
|
write(byte[] b, int off, int len)
|
|
Methods inherited from class OutputStream
|
| write, write, write, flush, close, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
bytes
long bytes
-
write
void write(int b)
-
write
void write(byte[] b)
-
write
void write(byte[] b, int off, int len)
-
Groovy Documentation