private static class DiskBasedCache.CountingInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
private int |
bytesRead |
| Modifier | Constructor and Description |
|---|---|
private |
CountingInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer,
int offset,
int count) |
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int count)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException