Package com.biglybt.pif.disk
Interface DiskManagerChannel
-
- All Known Implementing Classes:
DiskManagerChannelImpl
,DiskManagerFileInfoDelegate.channel
,DiskManagerFileInfoFile.channel
,DiskManagerFileInfoStream.context.channel
,DiskManagerFileInfoURL.channel
,TranscodeJobOutputLeecher.Channel
public interface DiskManagerChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiskManagerRequest
createRequest()
void
destroy()
DiskManagerFileInfo
getFile()
long
getPosition()
boolean
isDestroyed()
-
-
-
Method Detail
-
createRequest
DiskManagerRequest createRequest()
-
getFile
DiskManagerFileInfo getFile()
-
getPosition
long getPosition()
-
isDestroyed
boolean isDestroyed()
-
destroy
void destroy()
-
-