Package com.biglybt.core.download
Class DiskManagerFileInfoStream.context.channel
java.lang.Object
com.biglybt.core.download.DiskManagerFileInfoStream.context.channel
- All Implemented Interfaces:
DiskManagerChannel
- Enclosing class:
- DiskManagerFileInfoStream.context
protected class DiskManagerFileInfoStream.context.channel
extends Object
implements DiskManagerChannel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) long
-
Constructor Summary
Constructors -
Method Summary
-
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
-