Packet constructor

Packet()

Implementation

Packet(){
  _bytes = List<int>();
  _isStream = false;  // Default to false;
}