public class ResourceIndex extends Object
| Constructor and Description |
|---|
ResourceIndex() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCrTime() |
long |
getDataLength() |
byte[] |
getDataPath() |
int |
getDataPathLength() |
long |
getEndIndex() |
byte[] |
getResourceKeyBytes() |
byte |
getResourceKeyLength() |
long |
getStartIndex() |
void |
setCrTime(long crTime) |
void |
setDataLength(long dataLength) |
void |
setDataPath(byte[] dataPath) |
void |
setDataPathLength(int dataPathLength) |
void |
setEndIndex(long endIndex) |
void |
setResourceKeyBytes(byte[] resourceKeyBytes) |
void |
setResourceKeyLength(byte resourceKeyLength) |
void |
setStartIndex(long startIndex) |
String |
toString() |
public byte getResourceKeyLength()
public void setResourceKeyLength(byte resourceKeyLength)
public byte[] getResourceKeyBytes()
public void setResourceKeyBytes(byte[] resourceKeyBytes)
public int getDataPathLength()
public void setDataPathLength(int dataPathLength)
public byte[] getDataPath()
public void setDataPath(byte[] dataPath)
public long getStartIndex()
public void setStartIndex(long startIndex)
public long getEndIndex()
public void setEndIndex(long endIndex)
public long getDataLength()
public void setDataLength(long dataLength)
public long getCrTime()
public void setCrTime(long crTime)
Copyright © 2018. All rights reserved.