Uses of Class
net.i2p.client.streaming.ByteCollector

Packages that use ByteCollector
net.i2p.client.streaming Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. 
 

Uses of ByteCollector in net.i2p.client.streaming
 

Methods in net.i2p.client.streaming that return ByteCollector
 ByteCollector ByteCollector.append(byte b)
          Add a new byte to the collector (extending the buffer if necessary)
 ByteCollector ByteCollector.append(byte[] b)
          Add new bytes to the collector (extending the buffer if necessary)
 ByteCollector ByteCollector.append(byte[] b, int len)
          Add new bytes to the collector (extending the buffer if necessary)
 ByteCollector ByteCollector.append(byte[] b, int off, int len)
          Add new bytes to the collector (extending the buffer if necessary)
 ByteCollector ByteCollector.append(ByteCollector bc)
          Add the contents of the byte collector to the current collector (extending the buffer if necessary)
 

Methods in net.i2p.client.streaming with parameters of type ByteCollector
 ByteCollector ByteCollector.append(ByteCollector bc)
          Add the contents of the byte collector to the current collector (extending the buffer if necessary)
 int ByteCollector.indexOf(ByteCollector bc)
          Search through the collector for the first occurrence of the sequence of bytes contained within the specified collector