Groovy Documentation

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
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

bytes

long bytes


 
Method Detail

write

void write(int b)


write

void write(byte[] b)


write

void write(byte[] b, int off, int len)


 

Groovy Documentation