Exemplo n.º 1
0
 public TalkState()
 {
     _talk = new TALK();
 }
Exemplo n.º 2
0
        /*public bool Identify(StreamInfo input)
         * {
         *  try
         *  {
         *      using (var br = new BinaryReaderX(input.FileData, true))
         *      {
         *          var magic = br.ReadString(4);
         *          var fileSize = br.ReadInt32();
         *          return magic == "TEXT" && fileSize == br.BaseStream.Length;
         *      }
         *  }
         *  catch (Exception)
         *  {
         *      return false;
         *  }
         * }*/

        public void Load(StreamInfo input, BaseReadOnlyDirectoryNode node)
        {
            _format = new TALK(input.FileData);
        }