org.cdlib.xtf.util
Class PackedByteBuf.CompressInfo

Object
  extended by PackedByteBuf.CompressInfo
Enclosing class:
PackedByteBuf

private class PackedByteBuf.CompressInfo
extends Object

Keeps tracks of inflate/deflate stuff on a thread-local basis.


Field Summary
(package private)  byte[] buf
           
(package private)  Deflater deflater
           
(package private)  Inflater inflater
           
 
Constructor Summary
private PackedByteBuf.CompressInfo()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deflater

Deflater deflater

inflater

Inflater inflater

buf

byte[] buf
Constructor Detail

PackedByteBuf.CompressInfo

private PackedByteBuf.CompressInfo()