Package com.biglybt.core.download
Class DiskManagerFileInfoURL.channel
java.lang.Object
com.biglybt.core.download.DiskManagerFileInfoURL.channel
- All Implemented Interfaces:
DiskManagerChannel
- Enclosing class:
- DiskManagerFileInfoURL
-
Field Details
-
channel_destroyed
volatile boolean channel_destroyed -
channel_position
volatile long channel_position
-
-
Constructor Details
-
channel
protected channel()
-
-
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
-