Package com.google.code.externalsorting


package com.google.code.externalsorting
  • Class
    Description
    This is essentially a thin wrapper on top of a BufferedReader...
    Goal: offer a generic external-memory sorting program in Java.
    General interface to abstract away BinaryFileBuffer so that users of the library can roll their own.
    Simple class used to estimate memory usage.