248249250251252253254255256257258
{ DocumentProperty property = new DocumentProperty(name, size); if (size >= 4096) { assertTrue(!property.shouldUseSmallBlocks()); } else { assertTrue(property.shouldUseSmallBlocks()); }
252253254255256257258259260261262
{ assertTrue(!property.shouldUseSmallBlocks()); } else { assertTrue(property.shouldUseSmallBlocks()); } byte[] testblock = new byte[ 128 ]; int index = 0; for (; index < 0x40; index++)
285286287288289290291292293294295
289290291292293294295296297298299
249250251252253254255256257258259
253254255256257258259260261262263
282283284285286287288289290291292
286287288289290291292293294295296