org.apache.sysml.runtime.compress

Class BitmapDecoderRLE

  • All Implemented Interfaces:
    Iterator<Integer>


    public final class BitmapDecoderRLE
    extends Object
    implements Iterator<Integer>
    General-purpose iterator to decode a compressed OLE bitmap.
    • Constructor Detail

      • BitmapDecoderRLE

        public BitmapDecoderRLE(char[] bmPtr,
                                int off,
                                int len)
        Point this object at the beginning of a particular bitmap. After a call to this method, the next call to next() will return the offset of the first bit in the specified bitmap.
        Parameters:
        bmPtr - pointer to a compressed bitmap
        off - offset
        len - length

Copyright © 2017 The Apache Software Foundation. All rights reserved.