Reading from a Recordstore doesn' t work (+Code)

I want to read from a RecordStore, but I don't get any data, why?

Here is the sourcecode:

try {

db = RecordStore.openRecordStore("Klamauk", true);

byte [] record1 = new byte [100];

ByteArrayInputStream bais = new ByteArrayInputStream(record1);

DataInputStream dis = new DataInputStream(bais);

try {

in = dis.readUTF();

}

catch (IOException ioe) {

System.out.println(ioe);

ioe.printStackTrace();

}

[497 byte] By [heiopei] at [2007-9-26 2:45:02]
# 1
"in" is a string
heiopei at 2007-6-29 10:26:12 > top of Java-index,Java Mobility Forums,Java ME Technologies...