filesystem/POIFSDocument.java:172:                new SmallBlockStore(SmallDocumentBlock.convert(bigBlocks,
filesystem/POIFSDocument.java:497:                smallBlocks = SmallDocumentBlock.convert(stream.toByteArray(),
filesystem/POIFSDocument.java:590:                bigBlocks = DocumentBlock.convert(stream.toByteArray(), size,
property/PropertyFactory.java:60:    static List convertToProperties(ListManagedBlock [] blocks)
property/PropertyTable.java:81:                .convertToProperties(blockList.fetchBlocks(startBlock));
storage/SmallDocumentBlock.java:66:    public static SmallDocumentBlock [] convert(final byte [] array,
storage/SmallDocumentBlock.java:133:    public static SmallDocumentBlock [] convert(final BlockWritable [] store,
storage/SmallDocumentBlock.java:145:            new SmallDocumentBlock[ convertToBlockCount(size) ];
storage/SmallDocumentBlock.java:245:    private static int convertToBlockCount(final int size)
storage/DocumentBlock.java:138:    public static DocumentBlock [] convert(final byte [] array,
