Class IUnCompressor.NoUnCompressor

    • Constructor Detail

      • NoUnCompressor

        public NoUnCompressor()
    • Method Detail

      • uncompress

        public byte[] uncompress​(byte[] byteArray)
        Description copied from interface: IUnCompressor
        uncompress the byte array.
        Specified by:
        uncompress in interface IUnCompressor
        Parameters:
        byteArray - to be uncompressed bytes
        Returns:
        bytes after uncompressed
      • uncompress

        public int uncompress​(byte[] byteArray,
                              int offset,
                              int length,
                              byte[] output,
                              int outOffset)
        Description copied from interface: IUnCompressor
        uncompress the byte array.
        Specified by:
        uncompress in interface IUnCompressor
        Parameters:
        byteArray - -to be uncompressed bytes
        offset - -offset
        length - -length
        output - -output byte
        outOffset - -
        Returns:
        the valid length of the output array