org.glassfish.grizzly.compression.lzma.impl
Class Decoder.LiteralDecoder

java.lang.Object
  extended by org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
Enclosing class:
Decoder

public static class Decoder.LiteralDecoder
extends java.lang.Object


Nested Class Summary
static class Decoder.LiteralDecoder.Decoder2
           
 
Constructor Summary
Decoder.LiteralDecoder()
           
 
Method Summary
 void create(int numPosBits, int numPrevBits)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder.LiteralDecoder

public Decoder.LiteralDecoder()
Method Detail

create

public void create(int numPosBits,
                   int numPrevBits)

init

public void init()


Copyright © 2011 Oracle Corpration. All Rights Reserved.