com.sun.jimi.util
Class FileRandomAccessStorage.InputStreamWrapper
java.lang.Object
|
+--java.io.InputStream
|
+--com.sun.jimi.util.FileRandomAccessStorage.InputStreamWrapper
- protected final class FileRandomAccessStorage.InputStreamWrapper
- extends java.io.InputStream
Method Summary |
int |
read()
|
int |
read(byte[] buffer)
|
int |
read(byte[] buffer,
int offset,
int length)
|
Methods inherited from class java.io.InputStream |
available,
close,
mark,
markSupported,
reset,
skip |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
storage
protected FileRandomAccessStorage storage
FileRandomAccessStorage.InputStreamWrapper
protected FileRandomAccessStorage.InputStreamWrapper()
read
public int read()
throws java.io.IOException
- Overrides:
- read in class java.io.InputStream
read
public int read(byte[] buffer)
throws java.io.IOException
- Overrides:
- read in class java.io.InputStream
read
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
- Overrides:
- read in class java.io.InputStream