Uses of Class
org.johnnei.javatorrent.network.InStream
-
Packages that use InStream Package Description org.johnnei.javatorrent.bittorrent.encoding org.johnnei.javatorrent.bittorrent.protocol.messages -
-
Uses of InStream in org.johnnei.javatorrent.bittorrent.encoding
Methods in org.johnnei.javatorrent.bittorrent.encoding with parameters of type InStream Modifier and Type Method Description IBencodedValueBencoding. decode(InStream inStream)Decodes the given string reader into the bencoded data structure. -
Uses of InStream in org.johnnei.javatorrent.bittorrent.protocol.messages
Methods in org.johnnei.javatorrent.bittorrent.protocol.messages with parameters of type InStream Modifier and Type Method Description voidIMessage. read(InStream inStream)Read a message from the inputStreamvoidMessageBitfield. read(InStream inStream)voidMessageBlock. read(InStream inStream)voidMessageChoke. read(InStream inStream)voidMessageHave. read(InStream inStream)voidMessageInterested. read(InStream inStream)voidMessageKeepAlive. read(InStream inStream)voidMessageUnchoke. read(InStream inStream)voidMessageUninterested. read(InStream inStream)
-