Uses of Class
net.i2p.data.ByteArray

Packages that use ByteArray
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. 
net.i2p.data.i2np The Invisible Internet Network Protocol (I2NP) is only a part of how an application can send messages over the network. 
net.i2p.i2ptunnel   
net.i2p.router.transport.crypto   
net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. 
net.i2p.router.tunnel   
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
org.klomp.snark   
org.klomp.snark.dht   
 

Uses of ByteArray in net.i2p.client.streaming
 

Methods in net.i2p.client.streaming that return ByteArray
 ByteArray Packet.acquirePayload()
           
 ByteArray Packet.getPayload()
          get the actual payload of the message.
 

Methods in net.i2p.client.streaming with parameters of type ByteArray
 boolean MessageInputStream.messageReceived(long messageId, ByteArray payload)
          A new message has arrived - toss it on the appropriate queue (moving previously pending messages to the ready queue if it fills the gap, etc).
 void Packet.setPayload(ByteArray payload)
           
 

Uses of ByteArray in net.i2p.data.i2np
 

Fields in net.i2p.data.i2np declared as ByteArray
protected  ByteArray[] TunnelBuildMessageBase._records
           
 

Methods in net.i2p.data.i2np that return ByteArray
 ByteArray BuildRequestRecord.getData()
           
 ByteArray TunnelBuildMessageBase.getRecord(int index)
           
 

Methods in net.i2p.data.i2np with parameters of type ByteArray
 boolean BuildRequestRecord.decryptRecord(I2PAppContext ctx, PrivateKey ourKey, Hash ourIdent, ByteArray encryptedRecord)
          Decrypt the data from the specified record, writing the decrypted record into this instance's buffer (but not overwriting the array contained within the old buffer)
 void BuildRequestRecord.setData(ByteArray data)
           
 void TunnelBuildMessageBase.setRecord(int index, ByteArray record)
           
 

Constructors in net.i2p.data.i2np with parameters of type ByteArray
BuildRequestRecord(ByteArray data)
           
 

Uses of ByteArray in net.i2p.i2ptunnel
 

Fields in net.i2p.i2ptunnel declared as ByteArray
protected  ByteArray HTTPResponseOutputStream._headerBuffer
           
 

Uses of ByteArray in net.i2p.router.transport.crypto
 

Methods in net.i2p.router.transport.crypto that return ByteArray
 ByteArray DHSessionKeyBuilder.getExtraBytes()
          Retrieve the extra bytes beyond the session key resulting from the DH exchange.
 

Uses of ByteArray in net.i2p.router.transport.udp
 

Methods in net.i2p.router.transport.udp that return ByteArray
 ByteArray[] InboundMessageState.getFragments()
           
 

Uses of ByteArray in net.i2p.router.tunnel
 

Methods in net.i2p.router.tunnel that return ByteArray
 ByteArray HopConfig.getReplyIV()
          iv used to encrypt the reply sent for the new tunnel creation crypto
 

Methods in net.i2p.router.tunnel with parameters of type ByteArray
 void HopConfig.setReplyIV(ByteArray iv)
           
 

Uses of ByteArray in net.i2p.util
 

Methods in net.i2p.util that return ByteArray
 ByteArray ByteCache.acquire()
          Get the next available structure, either from the cache or a brand new one.
 

Methods in net.i2p.util with parameters of type ByteArray
 void ByteCache.release(ByteArray entry)
          Put this structure back onto the available cache for reuse
 void ByteCache.release(ByteArray entry, boolean shouldZero)
           
 

Uses of ByteArray in org.klomp.snark
 

Methods in org.klomp.snark that return ByteArray
 ByteArray Storage.getPiece(int piece, int off, int len)
          Returns a byte array containing a portion of the requested piece or null if the storage doesn't contain the piece yet.
 ByteArray PeerListener.gotRequest(Peer peer, int piece, int off, int len)
          Called when the peer wants (part of) a piece from us.
 ByteArray PeerCoordinator.gotRequest(Peer peer, int piece, int off, int len)
          Returns a byte array containing the requested piece or null of the piece is unknown.
 ByteArray DataLoader.loadData(int piece, int begin, int length)
          This is the callback that PeerConnectionOut calls to get the data from disk
 ByteArray PeerState.loadData(int piece, int begin, int length)
          This is the callback that PeerConnectionOut calls
 

Uses of ByteArray in org.klomp.snark.dht
 

Subclasses of ByteArray in org.klomp.snark.dht
(package private)  class MsgID
          Used for both incoming and outgoing message IDs
(package private)  class Token
          Used for Both outgoing and incoming tokens