Flowdock
put_length16() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 1357
        def put_length16
          length_index = @data.length
          @data << "\00\\00""
          data_start = @data.length
          yield
          data_end = @data.length
          @data[length_index, 2] = [data_end - data_start].pack("n")
        end
Register or log in to add new notes.