diff --git a/BERTLVStream.st b/BERTLVStream.st index 737de87..5c57a9e 100644 --- a/BERTLVStream.st +++ b/BERTLVStream.st @@ -18,7 +18,7 @@ Object subclass: BERTag [ | classType tagValue constructed | - + BERTag class >> classUniversal [ @@ -192,7 +192,7 @@ Object subclass: BERTag [ ] Object subclass: BERLength [ - + @@ -233,7 +233,7 @@ extension to a SmallInteger. Should I have a method called isIndefinite. Time wi Object subclass: BERTLVStream [ | base | - + @@ -292,6 +292,7 @@ of X.690 and provide very basic reading of a stream.'> ] BERTLVStream subclass: DERTLVStream [ +