Class ExternalSortByteArray

java.lang.Object
org.apache.jackrabbit.oak.commons.sort.ExternalSortByteArray

public class ExternalSortByteArray extends Object
Variation of ExternalSort that stores the lines read from intermediate files as byte arrays to avoid the conversion from byte[] to String and then back.