f = new File(fileName);
assertTrue(f.exists());
assertEquals(f.length(), 804);
SyncReadByteBufferInputStream syncReadStream = new SyncReadByteBufferInputStream(
stream.isSpilled(), fileName);
DirectByteBufferInputStream inStream = new DirectByteBufferInputStream(
syncReadStream);
buffer.clear();
inStream.setBuffer(buffer);