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:
createRequestin interfaceDiskManagerChannel
-
getFile
- Specified by:
getFilein interfaceDiskManagerChannel
-
getPosition
public long getPosition()- Specified by:
getPositionin interfaceDiskManagerChannel
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceDiskManagerChannel
-
destroy
public void destroy()- Specified by:
destroyin interfaceDiskManagerChannel
-