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


Field Summary
protected  FileRandomAccessStorage storage
           
 
Constructor Summary
protected FileRandomAccessStorage.InputStreamWrapper()
           
 
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
 

Field Detail

storage

protected FileRandomAccessStorage storage
Constructor Detail

FileRandomAccessStorage.InputStreamWrapper

protected FileRandomAccessStorage.InputStreamWrapper()
Method Detail

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