Uses of Class
com.github.junrar.rarfile.BaseBlock
-
Packages that use BaseBlock Package Description com.github.junrar com.github.junrar.rarfile -
-
Uses of BaseBlock in com.github.junrar
Fields in com.github.junrar with type parameters of type BaseBlock Modifier and Type Field Description private java.util.List<BaseBlock>Archive. headersMethods in com.github.junrar that return types with arguments of type BaseBlock Modifier and Type Method Description java.util.List<BaseBlock>Archive. getHeaders()Gets all of the headers in the archive. -
Uses of BaseBlock in com.github.junrar.rarfile
Subclasses of BaseBlock in com.github.junrar.rarfile Modifier and Type Class Description classAVHeaderextended version info headerclassBlockHeaderBase class of headers that contain dataclassCommentHeaderComment headerclassEAHeaderextended archive CRC headerclassEndArcHeaderthe optional End headerclassFileHeaderDOCUMENT MEclassMacInfoHeaderMac File attribute headerclassMainHeaderThe main header of an rar archive.classMarkHeaderthe header to recognize a file to be a rar archiveclassProtectHeaderrecovery headerclassSignHeadersign headerclassSubBlockHeaderclassUnixOwnersHeaderConstructors in com.github.junrar.rarfile with parameters of type BaseBlock Constructor Description AVHeader(BaseBlock bb, byte[] avHeader)BaseBlock(BaseBlock bb)BlockHeader(BaseBlock bb, byte[] blockHeader)CommentHeader(BaseBlock bb, byte[] commentHeader)EndArcHeader(BaseBlock bb, byte[] endArcHeader)MainHeader(BaseBlock bb, byte[] mainHeader)MarkHeader(BaseBlock bb)SignHeader(BaseBlock bb, byte[] signHeader)
-