|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
com.imagero.uio.blob.BlobInputStream
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 |
public BlobInputStream(Blob blob)
throws java.io.IOException
| Method Detail |
public int read()
public long skip(long n)
public int available()
public int read(byte[] b,
int off,
int len)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||