Blob attribut

Hi;

I use Ibatis for getting a field BLOB I must transcribe the data which contains, for example: with the position from 0 to 10 I get of the dates, position 10 to 15 32-integer, etc... (with the constraint of the size of the BLOB which is very important).

I think of doing this: I have my attribute:

byte [ ] data;

DataInputStream in = nex DataInputStream(new

ByteArrayInputStream(data))

Next, I use in.readFully(data, pos, len) to retreive the data.

its the best implementation or not ? Have you a example ?

Regards;

Thank you;

[594 byte] By [yanis97a] at [2007-10-3 5:07:42]
# 1
> Have you a> example ?Google does...
SoulTech2012a at 2007-7-14 23:13:44 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...