This will get the first item from the vector at index 0 (zero). You might want to make sure there is an index zero first.



final Vector<byte[]> byteArrayVector = new Vector<byte[]>();
...