# File lib/net/sftp/packet.rb, line 15
    def initialize(data)
      super
      @type = read_byte
    end