com.sun.grizzly.lzma.compression.lz
Class OutWindow

java.lang.Object
  extended by com.sun.grizzly.lzma.compression.lz.OutWindow

public class OutWindow
extends 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 PutByte(byte b)
           
 void ReleaseStream()
           
 void SetStream(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(OutputStream stream)
               throws IOException
Throws:
IOException

ReleaseStream

public void ReleaseStream()
                   throws IOException
Throws:
IOException

Init

public void Init(boolean solid)

Flush

public void Flush()
           throws IOException
Throws:
IOException

CopyBlock

public void CopyBlock(int distance,
                      int len)
               throws IOException
Throws:
IOException

PutByte

public void PutByte(byte b)
             throws IOException
Throws:
IOException

GetByte

public byte GetByte(int distance)


Copyright © 2012 Oracle Corporation. All Rights Reserved.