23.12.2012 Views

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

if(fdialog.FileName != "")<br />

{<br />

FileStream SW = new FileStream(fdialog.FileName,<br />

FileMode.CreateNew, FileAccess.ReadWrite);<br />

}<br />

}<br />

}<br />

}<br />

}<br />

B<strong>in</strong>aryWriter bwriter = new B<strong>in</strong>aryWriter(SW);<br />

foreach (str<strong>in</strong>g item <strong>in</strong> lst<strong>Tag</strong>IDs.Items)<br />

{<br />

}<br />

bwriter.Write(item);<br />

bwriter.Close();<br />

SW.Close();<br />

catch(FileNotFoundException fileEx)<br />

{<br />

}<br />

MessageBox.Show(fileEx.Message);<br />

return;<br />

35

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!