TODO
[NovacoinLibrary.git] / Novacoin / ByteQueue.cs
index 11601bb..dc18437 100644 (file)
@@ -40,6 +40,11 @@ namespace Novacoin
         }
     }
 
+    /// <summary>
+    /// Stream of bytes.
+    /// 
+    /// TODO: rewrite using MemoryStream
+    /// </summary>
     public class ByteQueue
     {
         private int _Index;