Package net.sansa_stack.io.util


package net.sansa_stack.io.util
  • Classes
    Class
    Description
    A wrapper whose close() method is a noop.
    Workaround for HADOOP-17453: read(bts, off, len) with off != 0 is broken in several version of BZip2Codec Invoking read with a non-zero offset creates a in intermediate buffer to which is read with a zero offset The content of the intermediate buffer is then copied to the requesting buffer bts at the appropriate offset.