diff --git a/Buffer.py b/Buffer.py index 1e4f7b0..7405373 100644 --- a/Buffer.py +++ b/Buffer.py @@ -31,6 +31,9 @@ def read(datlen, shift): Stream.LastUnreadBytes=unreadBytes return dat ##end + def seek(datlen): + datlen=conditionalSet(datlen,1) + ##end ##end return Stream ##end