Uses of Class
wttools.protocols.snmp.EncodeInBuffer

Packages that use EncodeInBuffer
wttools.protocols.snmp   
 

Uses of EncodeInBuffer in wttools.protocols.snmp
 

Methods in wttools.protocols.snmp that return EncodeInBuffer
static EncodeInBuffer EncodeInBuffer.createBuffer(int length)
          EncodeInBuffer method creates the data buffer with the size of the passed length
 

Methods in wttools.protocols.snmp with parameters of type EncodeInBuffer
abstract  void SnmpValue.encode(EncodeInBuffer buffer)
          encode method performs encoding of the passed data buffer.
 void SnmpInteger32.encode(EncodeInBuffer buffer)
          encode encodes the SnmpInteger32 according to BER encoding and stores in a buffer
 void SnmpObjectIdentifier.encode(EncodeInBuffer buffer)
          encode encodes the SnmpObjectIdentifier according to BER encoding and stores in a buffer
 void SnmpOctet.encode(EncodeInBuffer buffer)
          encode encodes the SnmpOctet according to BER encoding and stores in a buffer
 



Copyright © GNU, wttools developers Team.