|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.stephenc.javaisotools.iso9660.impl.ISO9660Constants
public class ISO9660Constants
| 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 |
|---|
public static final int LOGICAL_SECTOR_SIZE
public static final int LOGICAL_BLOCK_SIZE
public static final int BR_TYPE
public static final int PVD_TYPE
public static final int SVD_TYPE
public static final int VPD_TYPE
public static final int VDST_TYPE
public static final String STD_ID
public static final int VDV
public static final int FSV
public static final int MAX_FILE_VERSION
public static final Object FI_DOT
public static final Object FI_ROOT
public static final Object FI_DOTDOT
public static final Object TYPE_L_PT
public static final Object TYPE_M_PT
public static final String ECMA6_D_CHARACTERS
public static final String ECMA6_A_CHARACTERS
| Constructor Detail |
|---|
public ISO9660Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||