|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPackedByteBuf.CompressInfo
private class PackedByteBuf.CompressInfo
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
Inflater inflater
byte[] buf
Constructor Detail |
---|
private PackedByteBuf.CompressInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |