|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
| Method Summary | |
void |
close()
Close this stream. |
long |
length()
Get Blob length. |
void |
seek(int position,
int seekMode)
|
void |
write(byte[] b,
int off,
int len)
Write data from the buffer into this stream. |
void |
write(int b)
Write single byte into the stream. |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void seek(int position,
int seekMode)
throws java.sql.SQLException
java.sql.SQLException
public long length()
throws java.io.IOException
FirebirdBlob.BlobOutputStream
length in interface FirebirdBlob.BlobOutputStreamjava.io.IOException - if I/O error occurs.
public void write(int b)
throws java.io.IOException
FirebirdBlob.BlobOutputStream
write in interface FirebirdBlob.BlobOutputStreamjava.io.IOException
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
FirebirdBlob.BlobOutputStream
write in interface FirebirdBlob.BlobOutputStreamjava.io.IOException
public void close()
throws java.io.IOException
FirebirdBlob.BlobOutputStream
close in interface FirebirdBlob.BlobOutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||