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

java.lang.Object
  extended by org.glassfish.grizzly.compression.lzma.impl.Decoder

public class Decoder
extends java.lang.Object

RangeDecoder

Author:
Igor Pavlov

Nested Class Summary
static class Decoder.LiteralDecoder
           
static class Decoder.State
           
 
Constructor Summary
Decoder()
           
 
Method Summary
 Decoder.State code(LZMADecoder.LZMAInputState decoderState, long outSize)
           
 boolean setDecoderProperties(byte[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

setDecoderProperties

public boolean setDecoderProperties(byte[] properties)

code

public Decoder.State code(LZMADecoder.LZMAInputState decoderState,
                          long outSize)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.