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()
           
 int GetByte(int distance)
           
 void Init(java.io.OutputStream stream)
           
 void Init(java.io.OutputStream stream, boolean solid)
           
 void PutByte(int b)
           
 void ReleaseStream()
           
 
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)

Init

public void Init(java.io.OutputStream stream,
                 boolean solid)
          throws java.io.IOException
Throws:
java.io.IOException

Init

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

ReleaseStream

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

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(int b)
             throws java.io.IOException
Throws:
java.io.IOException

GetByte

public int GetByte(int distance)