org.sqlite.io
クラス BlobInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 org.sqlite.io.BlobInputStream
すべての実装されたインタフェース:
java.io.Closeable

public class BlobInputStream
extends java.io.InputStream


コンストラクタの概要
BlobInputStream(JdbcBlob owner, SWIGTYPE_p_void blob, long len)
          Default Constructor.
 
メソッドの概要
 int available()
           
 void close()
           
 void mark(int readlimit)
          Note: The readlimit for this class has no meaning.
 boolean markSupported()
          mark() supported.
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BlobInputStream

public BlobInputStream(JdbcBlob owner,
                       SWIGTYPE_p_void blob,
                       long len)
Default Constructor.

パラメータ:
owner -
blob -
len -
メソッドの詳細

available

public int available()
              throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の available
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
オーバーライド:
クラス java.io.InputStream 内の close
例外:
java.io.IOException

mark

public void mark(int readlimit)
Note: The readlimit for this class has no meaning.

オーバーライド:
クラス java.io.InputStream 内の mark
パラメータ:
readlimit - ignored

markSupported

public boolean markSupported()
mark() supported.

オーバーライド:
クラス java.io.InputStream 内の markSupported
戻り値:
true

read

public int read()
         throws java.io.IOException
定義:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の read
例外:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の reset
例外:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
オーバーライド:
クラス java.io.InputStream 内の skip
例外:
java.io.IOException