com.github.junrar.unpack.vm
Class VMStandardFilterSignature

java.lang.Object
  extended by com.github.junrar.unpack.vm.VMStandardFilterSignature

public class VMStandardFilterSignature
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Constructor Summary
VMStandardFilterSignature(int length, int crc, VMStandardFilters type)
           
 
Method Summary
 int getCRC()
           
 int getLength()
           
 VMStandardFilters getType()
           
 void setCRC(int crc)
           
 void setLength(int length)
           
 void setType(VMStandardFilters type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2012. All Rights Reserved.