Class ArchiveGroupDecoder

  • All Implemented Interfaces:
    Decoder<java.util.Map<java.lang.Integer,​byte[]>>

    public class ArchiveGroupDecoder
    extends java.lang.Object
    implements Decoder<java.util.Map<java.lang.Integer,​byte[]>>
    • Constructor Summary

      Constructors 
      Constructor Description
      ArchiveGroupDecoder​(int file_count, int[] file_indices)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decode​(java.util.Map<java.lang.Integer,​byte[]> groups, byte[] data, int[] keys)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArchiveGroupDecoder

        public ArchiveGroupDecoder​(int file_count,
                                   int[] file_indices)
    • Method Detail

      • decode

        public void decode​(java.util.Map<java.lang.Integer,​byte[]> groups,
                           byte[] data,
                           int[] keys)
        Specified by:
        decode in interface Decoder<java.util.Map<java.lang.Integer,​byte[]>>