TrueZIP Driver ZIP 7.1

de.schlichtherle.truezip.zip
Class RawZipOutputStream.ZipDeflater

java.lang.Object
  extended by java.util.zip.Deflater
      extended by de.schlichtherle.truezip.zip.RawZipOutputStream.ZipDeflater
Enclosing class:
RawZipOutputStream<E extends ZipEntry>

private static class RawZipOutputStream.ZipDeflater
extends Deflater

A Deflater which can be asked for its current deflation level and counts input and output data length as a long integer value.


Field Summary
private  int level
           
 
Fields inherited from class java.util.zip.Deflater
BEST_COMPRESSION, BEST_SPEED, DEFAULT_COMPRESSION, DEFAULT_STRATEGY, DEFLATED, FILTERED, HUFFMAN_ONLY, NO_COMPRESSION
 
Constructor Summary
RawZipOutputStream.ZipDeflater()
           
 
Method Summary
 int getLevel()
           
 void setLevel(int level)
           
 
Methods inherited from class java.util.zip.Deflater
deflate, deflate, end, finalize, finish, finished, getAdler, getBytesRead, getBytesWritten, getTotalIn, getTotalOut, needsInput, reset, setDictionary, setDictionary, setInput, setInput, setStrategy
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

private int level
Constructor Detail

RawZipOutputStream.ZipDeflater

public RawZipOutputStream.ZipDeflater()
Method Detail

getLevel

public int getLevel()

setLevel

public void setLevel(int level)
Overrides:
setLevel in class Deflater

TrueZIP Driver ZIP 7.1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.