Uses of Class
com.github.junrar.rarfile.BaseBlock
Packages that use BaseBlock
-
Uses of BaseBlock in com.github.junrar
Fields in com.github.junrar with type parameters of type BaseBlockMethods in com.github.junrar that return types with arguments of type BaseBlock -
Uses of BaseBlock in com.github.junrar.rarfile
Subclasses of BaseBlock in com.github.junrar.rarfileModifier and TypeClassDescriptionclassextended version info headerclassBase class of headers that contain dataclassComment headerclassextended archive CRC headerclassthe optional End headerclassDOCUMENT MEclassMac File attribute headerclassThe main header of an rar archive.classthe header to recognize a file to be a rar archiveclassrecovery headerclasssign headerclassclassConstructors in com.github.junrar.rarfile with parameters of type BaseBlockModifierConstructorDescriptionBlockHeader(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)