SevenZip.Compression.LZ
Class OutWindow

java.lang.Object
  extended by SevenZip.Compression.LZ.OutWindow

public class OutWindow
extends java.lang.Object


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 PutByte(byte b)
           
 void ReleaseStream()
           
 void SetStream(java.io.OutputStream stream)
           
 
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)

SetStream

public void SetStream(java.io.OutputStream stream)
               throws java.io.IOException
Throws:
java.io.IOException

ReleaseStream

public void ReleaseStream()
                   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)