Uses of Class
fipaos.parser.acl.bitefficient.EncoderCodetable

Packages that use EncoderCodetable
fipaos.parser.acl.bitefficient 

Uses of EncoderCodetable in fipaos.parser.acl.bitefficient
 

Constructors in fipaos.parser.acl.bitefficient with parameters of type EncoderCodetable
ACLEncoder.ACLEncoder(int sz, EncoderCodetable ct)
          Constructor for the encoder.
 

Methods in fipaos.parser.acl.bitefficient that return EncoderCodetable
EncoderCodetableACLEncoder.getCodeTable()
          Returns the codetable associated with this encoder
EncoderCodetableACLOutputStream.getCodeTable()