Class BZip2OutputStream.StackElem

  • Enclosing class:
    BZip2OutputStream

    private static class BZip2OutputStream.StackElem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int m_dd  
      (package private) int m_hh  
      (package private) int m_ll  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private 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

      • StackElem

        private StackElem()