com.github.stephenc.javaisotools.iso9660.impl
Class ISO9660Constants

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.impl.ISO9660Constants

public class ISO9660Constants
extends Object


Field Summary
static int BR_TYPE
          Boot Record Type
static String ECMA6_A_CHARACTERS
          a-characters (ECMA-6), ready for use in RegEx character class with negation
static String ECMA6_D_CHARACTERS
          d-characters (ECMA-6), ready for use in RegEx character class with negation
static Object FI_DOT
          "dot" File Identifier
static Object FI_DOTDOT
          "dotdot" File Identifier
static Object FI_ROOT
          Root File Identifier
static int FSV
          File Structure Version
static int LOGICAL_BLOCK_SIZE
          Logical Block size: same as or fraction of Logical Block Size
static int LOGICAL_SECTOR_SIZE
          Sector size: 2048 [bytes]
static int MAX_FILE_VERSION
          Max value for File Version Number
static int PVD_TYPE
          Primary Volume Descriptor Type
static String STD_ID
          Standard Identifier
static int SVD_TYPE
          Supplementary Volume Descriptor Type
static Object TYPE_L_PT
          Type L Path Table
static Object TYPE_M_PT
          Type M Path Table
static int VDST_TYPE
          Volume Descriptor Set Terminator Type
static int VDV
          Volume Descriptor Version
static int VPD_TYPE
          Volume Partition Descriptor Type
 
Constructor Summary
ISO9660Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGICAL_SECTOR_SIZE

public static final int LOGICAL_SECTOR_SIZE
Sector size: 2048 [bytes]

See Also:
Constant Field Values

LOGICAL_BLOCK_SIZE

public static final int LOGICAL_BLOCK_SIZE
Logical Block size: same as or fraction of Logical Block Size

See Also:
Constant Field Values

BR_TYPE

public static final int BR_TYPE
Boot Record Type

See Also:
Constant Field Values

PVD_TYPE

public static final int PVD_TYPE
Primary Volume Descriptor Type

See Also:
Constant Field Values

SVD_TYPE

public static final int SVD_TYPE
Supplementary Volume Descriptor Type

See Also:
Constant Field Values

VPD_TYPE

public static final int VPD_TYPE
Volume Partition Descriptor Type

See Also:
Constant Field Values

VDST_TYPE

public static final int VDST_TYPE
Volume Descriptor Set Terminator Type

See Also:
Constant Field Values

STD_ID

public static final String STD_ID
Standard Identifier

See Also:
Constant Field Values

VDV

public static final int VDV
Volume Descriptor Version

See Also:
Constant Field Values

FSV

public static final int FSV
File Structure Version

See Also:
Constant Field Values

MAX_FILE_VERSION

public static final int MAX_FILE_VERSION
Max value for File Version Number

See Also:
Constant Field Values

FI_DOT

public static final Object FI_DOT
"dot" File Identifier


FI_ROOT

public static final Object FI_ROOT
Root File Identifier


FI_DOTDOT

public static final Object FI_DOTDOT
"dotdot" File Identifier


TYPE_L_PT

public static final Object TYPE_L_PT
Type L Path Table


TYPE_M_PT

public static final Object TYPE_M_PT
Type M Path Table


ECMA6_D_CHARACTERS

public static final String ECMA6_D_CHARACTERS
d-characters (ECMA-6), ready for use in RegEx character class with negation

See Also:
Constant Field Values

ECMA6_A_CHARACTERS

public static final String ECMA6_A_CHARACTERS
a-characters (ECMA-6), ready for use in RegEx character class with negation

See Also:
Constant Field Values
Constructor Detail

ISO9660Constants

public ISO9660Constants()


Copyright © 2013. All Rights Reserved.