System.out
.println("Image is not compressed. No output will be produced.");
return;
}
in = BufferedByteInputStream.wrapInputStream(
compression.unwrapInputStream(in), FSImage.LOAD_SAVE_BUFFER_SIZE,
FSImage.LOAD_SAVE_CHUNK_SIZE);
System.out.println("Starting decompression.");
// setup output
out = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(