Class CBZip2OutputStream.StackElem

  • Enclosing class:
    CBZip2OutputStream

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

      Fields 
      Modifier and Type Field Description
      (package private) int dd  
      (package private) int hh  
      (package private) int 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

      • ll

        int ll
      • hh

        int hh
      • dd

        int dd
    • Constructor Detail

      • StackElem

        private StackElem()