I want to read a non array...

I have this code :

ubyte[] operation;
conn.read(operation);
handleP(conn, this, opcode);

i want to read regular, not array, how to do this ?