static class WriteResource.CountingOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
size |
| Constructor and Description |
|---|
CountingOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buffer) |
void |
write(byte[] buffer,
int start,
int length) |
void |
write(int var0) |
public void write(int var0)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buffer)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buffer,
int start,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException