Uses of Class
com.github.junrar.rarfile.BlockHeader
-
Packages that use BlockHeader Package Description com.github.junrar.rarfile -
-
Uses of BlockHeader in com.github.junrar.rarfile
Subclasses of BlockHeader in com.github.junrar.rarfile Modifier and Type Class Description classEAHeaderextended archive CRC headerclassFileHeaderDOCUMENT MEclassMacInfoHeaderMac File attribute headerclassProtectHeaderrecovery headerclassSubBlockHeaderclassUnixOwnersHeaderConstructors in com.github.junrar.rarfile with parameters of type BlockHeader Constructor Description BlockHeader(BlockHeader bh)FileHeader(BlockHeader bh, byte[] fileHeader)ProtectHeader(BlockHeader bh, byte[] protectHeader)SubBlockHeader(BlockHeader bh, byte[] subblock)
-