public final class FileArea extends Object implements Serializable
Constructor and Description |
---|
FileArea(String path,
long position,
long count)
Creates a file area.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCount() |
String |
getPath() |
long |
getPosition() |
int |
hashCode() |
public FileArea(String path, long position, long count)
path
- the path to the fileposition
- the starting position of the areacount
- the length of the areapublic String getPath()
public long getPosition()
public long getCount()
Copyright © 2018. All rights reserved.