private static class LoggingCorsHttpServer.CountOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
(package private) long |
count_ |
Modifier | Constructor and Description |
---|---|
private |
CountOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |