Package com.biglybt.core.download
Class DiskManagerFileInfoDelegate.channel
java.lang.Object
com.biglybt.core.download.DiskManagerFileInfoDelegate.channel
- All Implemented Interfaces:
DiskManagerChannel
- Enclosing class:
- DiskManagerFileInfoDelegate
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
(package private) QTFastStartRAF.FileAccessor
getAccessor
(int max_req_size, String user_agent) getFile()
long
boolean
-
Field Details
-
delegate_channel
DiskManagerChannel delegate_channel -
channel_destroyed
volatile boolean channel_destroyed
-
-
Constructor Details
-
channel
channel() throws DownloadException- Throws:
DownloadException
-
-
Method Details
-
createRequest
- Specified by:
createRequest
in interfaceDiskManagerChannel
-
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
-