Package com.biglybt.core.peer.impl
Class PEPieceWriteImpl
java.lang.Object
com.biglybt.core.peer.impl.PEPieceWriteImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
protected final boolean
protected final byte[]
protected final String
-
Constructor Summary
ConstructorsConstructorDescriptionPEPieceWriteImpl
(int blockNumber, String sender, byte[] hash, boolean correct) -
Method Summary
-
Field Details
-
blockNumber
protected final int blockNumber -
sender
-
hash
protected final byte[] hash -
correct
protected final boolean correct
-
-
Constructor Details
-
PEPieceWriteImpl
-
-
Method Details
-
getSender
-
getBlockNumber
public int getBlockNumber() -
getHash
public byte[] getHash() -
isCorrect
public boolean isCorrect()
-