Uses of Class
com.github.junrar.rarfile.SubBlockHeader
-
Packages that use SubBlockHeader Package Description com.github.junrar.rarfile -
-
Uses of SubBlockHeader in com.github.junrar.rarfile
Subclasses of SubBlockHeader in com.github.junrar.rarfile Modifier and Type Class Description classEAHeaderextended archive CRC headerclassMacInfoHeaderMac File attribute headerclassUnixOwnersHeaderConstructors in com.github.junrar.rarfile with parameters of type SubBlockHeader Constructor Description EAHeader(SubBlockHeader sb, byte[] eahead)MacInfoHeader(SubBlockHeader sb, byte[] macHeader)SubBlockHeader(SubBlockHeader sb)UnixOwnersHeader(SubBlockHeader sb, byte[] uoHeader)
-