org.apache.commons.compress.compressors.bzip2
Class BZip2OutputStream.StackElem

java.lang.Object
  extended by org.apache.commons.compress.compressors.bzip2.BZip2OutputStream.StackElem
Enclosing class:
BZip2OutputStream

private static class BZip2OutputStream.StackElem
extends java.lang.Object


Field Summary
(package private)  int m_dd
           
(package private)  int m_hh
           
(package private)  int m_ll
           
 
Constructor Summary
private BZip2OutputStream.StackElem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_dd

int m_dd

m_hh

int m_hh

m_ll

int m_ll
Constructor Detail

BZip2OutputStream.StackElem

private BZip2OutputStream.StackElem()