Class Chunker


  • public class Chunker
    extends Object
    • Method Detail

      • getInBytesProcessed

        public long getInBytesProcessed()
      • getOutBytesProcessed

        public long getOutBytesProcessed()
      • processChunk

        public boolean processChunk()
                             throws IOException
        Process the next chunk of data.
        Returns:
        true if there is still more data to process, false if we're done
        Throws:
        IOException