Package com.github.junrar.unpack.vm
Class VMStandardFilterSignature
- java.lang.Object
-
- com.github.junrar.unpack.vm.VMStandardFilterSignature
-
public class VMStandardFilterSignature extends java.lang.ObjectDOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Field Summary
Fields Modifier and Type Field Description private intCRCprivate intlengthprivate VMStandardFilterstype
-
Constructor Summary
Constructors Constructor Description VMStandardFilterSignature(int length, int crc, VMStandardFilters type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCRC()intgetLength()VMStandardFiltersgetType()voidsetCRC(int crc)voidsetLength(int length)voidsetType(VMStandardFilters type)
-
-
-
Field Detail
-
length
private int length
-
CRC
private int CRC
-
type
private VMStandardFilters type
-
-
Constructor Detail
-
VMStandardFilterSignature
public VMStandardFilterSignature(int length, int crc, VMStandardFilters type)
-
-
Method Detail
-
getCRC
public int getCRC()
-
setCRC
public void setCRC(int crc)
-
getLength
public int getLength()
-
setLength
public void setLength(int length)
-
getType
public VMStandardFilters getType()
-
setType
public void setType(VMStandardFilters type)
-
-