Use {@link IDocumentPartitionerExtension2#computePartitioning(int,int,boolean)} whenzero-length partitions are supported. In that case this method is equivalent:
IDocumentPartitionerExtension2 extension= (IDocumentPartitionerExtension2) partitioner; return extension.computePartitioning(offset, length, false);@param offset the offset of the range of interest @param length the length of the range of interest @return the partitioning of the range
|
|