Package com.biglybt.pif.disk
Interface DiskManagerEvent
-
- All Known Implementing Classes:
DiskManagerChannelImpl.request.event
,DiskManagerFileInfoDelegate.channel.request.event
,DiskManagerFileInfoFile.channel.request.event
,DiskManagerFileInfoStream.context.channel.request.event
,DiskManagerFileInfoURL.channel.request.event
,TranscodeJobOutputLeecher.Channel.request.event
public interface DiskManagerEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
EVENT_TYPE_BLOCKED
static int
EVENT_TYPE_FAILED
static int
EVENT_TYPE_SUCCESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PooledByteBuffer
getBuffer()
java.lang.Throwable
getFailure()
int
getLength()
long
getOffset()
int
getType()
-
-
-
Field Detail
-
EVENT_TYPE_SUCCESS
static final int EVENT_TYPE_SUCCESS
- See Also:
- Constant Field Values
-
EVENT_TYPE_FAILED
static final int EVENT_TYPE_FAILED
- See Also:
- Constant Field Values
-
EVENT_TYPE_BLOCKED
static final int EVENT_TYPE_BLOCKED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
int getType()
-
getOffset
long getOffset()
-
getLength
int getLength()
-
getBuffer
PooledByteBuffer getBuffer()
-
getFailure
java.lang.Throwable getFailure()
-
-