com.imagero.uio.blob
Class BlobInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.ByteArrayInputStream
          extended bycom.imagero.uio.blob.BlobInputStream

public class BlobInputStream
extends java.io.ByteArrayInputStream

BlobInputStream. Read data from Blob. Data from Blob first filled into internal buffer and then read. Date: 23.07.2007


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
BlobInputStream(Blob blob)
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class java.io.ByteArrayInputStream
close, mark, markSupported, reset
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobInputStream

public BlobInputStream(Blob blob)
                throws java.io.IOException
Method Detail

read

public int read()

skip

public long skip(long n)

available

public int available()

read

public int read(byte[] b,
                int off,
                int len)