Package org.jboss.vfs

Class VirtualJarFileInputStream.ProcessedEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long crc  
      private java.util.jar.JarEntry jarEntry  
      private long offset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProcessedEntry​(java.util.jar.JarEntry jarEntry, long offset)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jarEntry

        private final java.util.jar.JarEntry jarEntry
      • offset

        private final long offset
      • crc

        private long crc
    • Constructor Detail

      • ProcessedEntry

        private ProcessedEntry​(java.util.jar.JarEntry jarEntry,
                               long offset)