com.github.junrar.rarfile
Class NewSubHeaderType

java.lang.Object
  extended by com.github.junrar.rarfile.NewSubHeaderType

public class NewSubHeaderType
extends Object

subheaders new version of the info headers

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Field Summary
static NewSubHeaderType SUBHEAD_TYPE_ACL
           
static NewSubHeaderType SUBHEAD_TYPE_AV
           
static NewSubHeaderType SUBHEAD_TYPE_BEOSEA
           
static NewSubHeaderType SUBHEAD_TYPE_CMT
          comment subheader
static NewSubHeaderType SUBHEAD_TYPE_OS2EA
           
static NewSubHeaderType SUBHEAD_TYPE_RR
          recovery record subheader
static NewSubHeaderType SUBHEAD_TYPE_STREAM
           
static NewSubHeaderType SUBHEAD_TYPE_UOWNER
           
 
Method Summary
 boolean byteEquals(byte[] toCompare)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUBHEAD_TYPE_CMT

public static final NewSubHeaderType SUBHEAD_TYPE_CMT
comment subheader


SUBHEAD_TYPE_ACL

public static final NewSubHeaderType SUBHEAD_TYPE_ACL

SUBHEAD_TYPE_STREAM

public static final NewSubHeaderType SUBHEAD_TYPE_STREAM

SUBHEAD_TYPE_UOWNER

public static final NewSubHeaderType SUBHEAD_TYPE_UOWNER

SUBHEAD_TYPE_AV

public static final NewSubHeaderType SUBHEAD_TYPE_AV

SUBHEAD_TYPE_RR

public static final NewSubHeaderType SUBHEAD_TYPE_RR
recovery record subheader


SUBHEAD_TYPE_OS2EA

public static final NewSubHeaderType SUBHEAD_TYPE_OS2EA

SUBHEAD_TYPE_BEOSEA

public static final NewSubHeaderType SUBHEAD_TYPE_BEOSEA
Method Detail

byteEquals

public boolean byteEquals(byte[] toCompare)
Parameters:
toCompare -
Returns:
Returns true if the given byte array matches to the internal byte array of this header.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.