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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
EVENT_TYPE_SUCCESS
static final int EVENT_TYPE_SUCCESS- See Also:
-
EVENT_TYPE_FAILED
static final int EVENT_TYPE_FAILED- See Also:
-
EVENT_TYPE_BLOCKED
static final int EVENT_TYPE_BLOCKED- See Also:
-
-
Method Details
-
getType
int getType() -
getOffset
long getOffset() -
getLength
int getLength() -
getBuffer
PooledByteBuffer getBuffer() -
getFailure
Throwable getFailure()
-