|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deepfs.fsml.DeepFile.Content
public static final class DeepFile.Content
File content.
| Constructor Summary | |
|---|---|
DeepFile.Content(long pos,
int byteCount,
String text)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getContent()
Returns the content. |
long |
getOffset()
Returns the offset. |
int |
getSize()
Returns the size. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeepFile.Content(long pos,
int byteCount,
String text)
pos - offset inside the regular filebyteCount - size of the text section (byte count)text - the content| Method Detail |
|---|
public long getOffset()
public int getSize()
public String getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||