|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.wcx.OpenArchiveData
public class OpenArchiveData
OpenArchiveData is used in openArchive.
| Field Summary | |
|---|---|
static int |
PK_OM_EXTRACT
Open file for processing (extract or test). |
static int |
PK_OM_LIST
Open file for reading of file names only. |
| Constructor Summary | |
|---|---|
OpenArchiveData(java.lang.String arcName,
int openmode,
int openresult)
OpenArchiveData is used in OpenArchive. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArcName()
Contains the name of the archive to open. |
java.lang.String |
getCmtBuf()
The cmtBuf variable is for the file comment. |
int |
getCmtBufSize()
The cmtBufSize variable is for the file comment. |
int |
getCmtSize()
The cmtSize variable is for the file comment. |
int |
getCmtState()
The cmtState variable is for the file comment. |
int |
getOpenMode()
OpenMode is set to one of the following values: PK_OM_LIST - Open file for reading of file names only. |
int |
getOpenResult()
Used to return one of the error values if an error occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PK_OM_LIST
public static final int PK_OM_EXTRACT
| Constructor Detail |
|---|
public OpenArchiveData(java.lang.String arcName,
int openmode,
int openresult)
arcName - Contains the name of the archive to open.openmode - Open modeopenresult - Used to return one of the error values if an error occurs.| Method Detail |
|---|
public final java.lang.String getArcName()
public final int getOpenMode()
public final int getOpenResult()
public final java.lang.String getCmtBuf()
public final int getCmtBufSize()
public final int getCmtSize()
public final int getCmtState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||