2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_Blob__
5 #define __java_sql_Blob__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
23 class java::sql::Blob
: public ::java::lang::Object
27 virtual jlong
length() = 0;
28 virtual JArray
< jbyte
> * getBytes(jlong
, jint
) = 0;
29 virtual ::java::io::InputStream
* getBinaryStream() = 0;
30 virtual jlong
position(JArray
< jbyte
> *, jlong
) = 0;
31 virtual jlong
position(::java::sql::Blob
*, jlong
) = 0;
32 virtual jint
setBytes(jlong
, JArray
< jbyte
> *) = 0;
33 virtual jint
setBytes(jlong
, JArray
< jbyte
> *, jint
, jint
) = 0;
34 virtual ::java::io::OutputStream
* setBinaryStream(jlong
) = 0;
35 virtual void truncate(jlong
) = 0;
36 static ::java::lang::Class
class$
;
37 } __attribute__ ((java_interface
));
39 #endif // __java_sql_Blob__