Class Sort


  • public final class Sort
    extends Object
    On-disk sorting of byte arrays. Each byte array (entry) is a composed of the following fields:
    • (two bytes) length of the following byte array,
    • exactly the above count of bytes for the sequence to be sorted.
    See Also:
    sort(File, File)