Package com.biglybt.core.download
Class DiskManagerFileInfoFile.channel
- java.lang.Object
-
- com.biglybt.core.download.DiskManagerFileInfoFile.channel
-
- All Implemented Interfaces:
DiskManagerChannel
- Enclosing class:
- DiskManagerFileInfoFile
protected class DiskManagerFileInfoFile.channel extends java.lang.Object implements DiskManagerChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
DiskManagerFileInfoFile.channel.request
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
channel_destroyed
(package private) long
channel_position
-
Constructor Summary
Constructors Modifier Constructor Description protected
channel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiskManagerRequest
createRequest()
void
destroy()
DiskManagerFileInfo
getFile()
long
getPosition()
boolean
isDestroyed()
-
-
-
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
-
-