From: CryptoManiac Date: Thu, 27 Aug 2015 21:49:39 +0000 (+0300) Subject: TODO X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=200e684573ed08672fbe2d29e858f12f561db0d1;hp=a321c6c1bc2759c319738de280a542187b45a372;p=NovacoinLibrary.git TODO --- diff --git a/Novacoin/ByteQueue.cs b/Novacoin/ByteQueue.cs index 11601bb..dc18437 100644 --- a/Novacoin/ByteQueue.cs +++ b/Novacoin/ByteQueue.cs @@ -40,6 +40,11 @@ namespace Novacoin } } + /// + /// Stream of bytes. + /// + /// TODO: rewrite using MemoryStream + /// public class ByteQueue { private int _Index;