jxUtil 0.6

org.sourceforge.jxutil.sql.type
Class AbstractBLOB$1

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.sourceforge.jxutil.sql.type.AbstractBLOB$1

synchronized class AbstractBLOB$1
extends InputStream


Field Summary
private  long pos
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
(package private) AbstractBLOB$1(AbstractBLOB)
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[])
           
 int read(byte[], int, int)
           
 
Methods inherited from class java.io.InputStream
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

pos

private long pos
Constructor Detail

AbstractBLOB$1

AbstractBLOB$1(AbstractBLOB)
         throws IOException
Method Detail

available

public final int available()
                    throws IOException
Overrides:
available in class InputStream
IOException

read

public final int read()
               throws IOException
Specified by:
read in class InputStream
IOException

read

public final int read(byte[])
               throws IOException
Overrides:
read in class InputStream
IOException

read

public final int read(byte[],
                      int,
                      int)
               throws IOException
Overrides:
read in class InputStream
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.