| Package | Description |
|---|---|
| org.johnnei.javatorrent.bittorrent.encoding | |
| org.johnnei.javatorrent.bittorrent.protocol.messages | |
| org.johnnei.javatorrent.internal.bittorrent.protocol.messages |
| Modifier and Type | Method and Description |
|---|---|
IBencodedValue |
Bencoding.decode(InStream inStream)
Decodes the given string reader into the bencoded data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageUninterested.read(InStream inStream) |
void |
MessageUnchoke.read(InStream inStream) |
void |
MessageKeepAlive.read(InStream inStream) |
void |
MessageInterested.read(InStream inStream) |
void |
MessageHave.read(InStream inStream) |
void |
MessageChoke.read(InStream inStream) |
void |
MessageBlock.read(InStream inStream) |
void |
MessageBitfield.read(InStream inStream) |
void |
IMessage.read(InStream inStream)
Read a message from the inputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBlockMessage.read(InStream inStream) |
Copyright © 2016. All rights reserved.