All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ContentFragments |
clone() |
ContentFragments |
clone(Object sync) |
ContentFragment |
createFagment(long begin,
long end) |
static ContentFragments |
createMd5(File sourceFile,
int fragmentSize,
Func2<Object,Long,Long> progress) |
static ContentFragments |
createMd5(File sourceFile,
int fragmentSize,
Func2<Object,Long,Long> progress) |
static ContentFragments |
createMd5(File sourceFile,
int fragmentSize,
Func2<Object,Long,Long> progress) |
static ContentFragments |
createMd5(InputStream data,
int fragmentSize,
Func1<Object,Long> progress) |
static ContentFragments |
createMd5(Path sourceFile,
int fragmentSize,
Func2<Object,Long,Long> progress) |
List<ContentFragment> |
getNotDownloaded()
Возвращает список не закаченых фрагментов
|
long |
getTotalDownloadedSize()
Возвращает сумарный объем скаченых данных
|
long |
getTotalSize()
Возвращает сумарный объем фрагментов
|
static ContentFragments |
readXml(File xml) |
static ContentFragments |
readXml(File xml) |
static ContentFragments |
readXml(File xml,
Charset cs,
Object sync) |
static ContentFragments |
readXml(File xml,
Charset cs,
Object sync) |
static ContentFragments |
readXml(File xml,
Object sync) |
static ContentFragments |
readXml(File xml,
Object sync) |
static ContentFragments |
readXml(Path xml) |
static ContentFragments |
readXml(Path xml,
Charset cs,
Object sync) |
static ContentFragments |
readXml(Path xml,
Object sync) |
static ContentFragments |
readXml(Reader xml) |
static ContentFragments |
readXml(Reader xml,
Object sync) |
static ContentFragments |
readXml(Source xml) |
static ContentFragments |
readXml(Source xml,
Object sync) |
static ContentFragments |
readXml(String xml) |
static ContentFragments |
readXml(String xml,
Object sync) |
static ContentFragments |
readXml(XMLEventReader xml) |
static ContentFragments |
readXml(XMLEventReader xml,
Object sync) |
static ContentFragments |
readXml(XMLStreamReader xml) |
static ContentFragments |
readXml(XMLStreamReader xml,
Object sync) |
void |
writeXml(File writer) |
void |
writeXml(File writer) |
void |
writeXml(File writer,
Charset cs) |
void |
writeXml(File writer,
Charset cs) |
void |
writeXml(FormatXMLWriter writer) |
void |
writeXml(OutputStream writer) |
void |
writeXml(OutputStream writer,
Charset cs) |
void |
writeXml(Path writer) |
void |
writeXml(Path writer,
Charset cs) |
void |
writeXml(Result out) |
void |
writeXml(Writer writer) |