Class BTMessagePiece
- java.lang.Object
-
- com.biglybt.pifimpl.local.messaging.MessageAdapter
-
- com.biglybt.pif.messaging.bittorrent.BTMessagePiece
-
public class BTMessagePiece extends MessageAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private BTPiece
piece
-
Fields inherited from interface com.biglybt.core.peermanager.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
Fields inherited from interface com.biglybt.pif.messaging.Message
TYPE_DATA_PAYLOAD, TYPE_PROTOCOL_PAYLOAD
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BTMessagePiece(Message core_msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
getPieceData()
int
getPieceNumber()
int
getPieceOffset()
-
Methods inherited from class com.biglybt.pifimpl.local.messaging.MessageAdapter
create, deserialize, destroy, getCoreMessage, getData, getDescription, getFeatureID, getFeatureSubID, getID, getIDBytes, getPayload, getPluginMessage, getType, getVersion
-
-