Exemplo n.º 1
0
        public override void visitBlob(ATermBlob blob)         // throws VisitFailure
        {
            string txt = blob.getBlobSize().ToString() + "#" + blob.GetHashCode().ToString();

            stream.Write(txt);
            position += txt.Length;
        }
Exemplo n.º 2
0
		public override void visitBlob(ATermBlob blob) // throws VisitFailure 
		{
			string txt = blob.getBlobSize().ToString() + "#" + blob.GetHashCode().ToString();
			stream.Write(txt);
			position += txt.Length;
		}