The bytes would have to be parsed before a BufferImage can be created. Although both work in a bit-mapped model, TIFF format has 'leading bytes' giving information about the image. There are third party parsers (I'm not sure if one is included in a Sun API). Alternatively the format is opensource and not complex in the slightest, with minimal research a parsing class could be written.
Bamkin