- The tag field (T) consists of one or more consecutive bytes. It codes a class, a type, and
a number:
- The length field (L) consists of one or more consecutive bytes. It codes the length of
the following field. - The value field (V) codes the value of the data object
Sample code removed
Nice - but where is ByteList defined?
ReplyDeleteThis comment has been removed by the author.
ReplyDelete@drshade - Thanks, seems I left that out. I don't have ready access to the code right now, but for this purpose, you can just create your own:
ReplyDeletepublic class ByteList : List
etc.
Struggling to format the code here. ByteList just extends a generic List of type byte...
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete