Package com.biglybt.core.download
Class DiskManagerFileInfoDelegate.channel
- java.lang.Object
-
- com.biglybt.core.download.DiskManagerFileInfoDelegate.channel
-
- All Implemented Interfaces:
DiskManagerChannel
- Enclosing class:
- DiskManagerFileInfoDelegate
private class DiskManagerFileInfoDelegate.channel extends java.lang.Object implements DiskManagerChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
DiskManagerFileInfoDelegate.channel.request
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
channel_destroyed
(package private) DiskManagerChannel
delegate_channel
-
Constructor Summary
Constructors Constructor Description channel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiskManagerRequest
createRequest()
void
destroy()
(package private) QTFastStartRAF.FileAccessor
getAccessor(int max_req_size, java.lang.String user_agent)
DiskManagerFileInfo
getFile()
long
getPosition()
boolean
isDestroyed()
-
-
-
Field Detail
-
delegate_channel
DiskManagerChannel delegate_channel
-
channel_destroyed
volatile boolean channel_destroyed
-
-
Constructor Detail
-
channel
channel() throws DownloadException
- Throws:
DownloadException
-
-
Method Detail
-
createRequest
public DiskManagerRequest createRequest()
- Specified by:
createRequest
in interfaceDiskManagerChannel
-
getFile
public DiskManagerFileInfo getFile()
- Specified by:
getFile
in interfaceDiskManagerChannel
-
getPosition
public long getPosition()
- Specified by:
getPosition
in interfaceDiskManagerChannel
-
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyed
in interfaceDiskManagerChannel
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceDiskManagerChannel
-
getAccessor
QTFastStartRAF.FileAccessor getAccessor(int max_req_size, java.lang.String user_agent)
-
-