java bufferImage get int matriz

 int[] data = ((DataBufferInt) bufferedImage.getRaster().getDataBuffer()).getData();
Bredo