I'm still confused. With my "array search" algorithm, I try to search my word document byte [] for occurences of my picture byte [].
I am also trying to reverse engineer from Picture, HWPFDocument.... Should I compare byte [] from DataInputStream of an image file, word file or byte [] from HWPFdocument, Picture (Objects) ? Which approach will have me finding the bytes of the image within the document?
