public class APELink extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_bIsLinkFile |
protected String |
m_cImageFilename |
protected int |
m_nFinishBlock |
protected int |
m_nStartBlock |
| Constructor and Description |
|---|
APELink(byte[] pData,
String pFilename) |
APELink(String pFilename) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetFinishBlock() |
String |
GetImageFilename() |
boolean |
GetIsLinkFile() |
int |
GetStartBlock() |
protected void |
ParseData(byte[] pData,
String pFilename) |
protected boolean m_bIsLinkFile
protected int m_nStartBlock
protected int m_nFinishBlock
protected String m_cImageFilename
public APELink(String pFilename) throws IOException
IOExceptionpublic APELink(byte[] pData,
String pFilename)
Copyright © 2014. All rights reserved.