Package no.digipost.util.bisect
Class Evaluator.ByteCounter
- java.lang.Object
-
- java.io.OutputStream
-
- no.digipost.util.bisect.Evaluator.ByteCounter
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public static final class Evaluator.ByteCounter extends OutputStream
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetByteCount()voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
-
-
-
Method Detail
-
getByteCount
public long getByteCount()
-
write
public void write(int b)
- Specified by:
writein classOutputStream
-
write
public void write(byte[] b, int off, int len)- Overrides:
writein classOutputStream
-
write
public void write(byte[] b)
- Overrides:
writein classOutputStream
-
-