com.sun.grizzly.lzma.compression.lz
Class OutWindow
java.lang.Object
com.sun.grizzly.lzma.compression.lz.OutWindow
public class OutWindow
- extends Object
OutWindow
- Author:
- Igor Pavlov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutWindow
public OutWindow()
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.