org.glassfish.grizzly.compression.lzma.impl.lz
Class OutWindow

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

public class OutWindow
extends java.lang.Object

OutWindow

Author:
Igor Pavlov

Constructor Summary
OutWindow()
           
 
Method Summary
 void copyBlock(int distance, int len)
           
 void create(int windowSize)
           
 void flush()
           
 byte getByte(int distance)
           
 void init(boolean solid)
           
 void initFromState(LZMADecoder.LZMAInputState decoderState)
           
 void putByte(byte b)
           
 void releaseBuffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutWindow

public OutWindow()
Method Detail

create

public void create(int windowSize)

initFromState

public void initFromState(LZMADecoder.LZMAInputState decoderState)
                   throws java.io.IOException
Throws:
java.io.IOException

releaseBuffer

public void releaseBuffer()
                   throws java.io.IOException
Throws:
java.io.IOException

init

public void init(boolean solid)

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

copyBlock

public void copyBlock(int distance,
                      int len)
               throws java.io.IOException
Throws:
java.io.IOException

putByte

public void putByte(byte b)
             throws java.io.IOException
Throws:
java.io.IOException

getByte

public byte getByte(int distance)


Copyright © 2011 Oracle Corpration. All Rights Reserved.