2
0
Эх сурвалжийг харах

Added TStream ReadShort() method.

Brucey 2 жил өмнө
parent
commit
0891a49cf0

+ 4 - 0
stream.mod/stream.bmx

@@ -283,6 +283,10 @@ Type TStream Extends TIO
 		Return n
 		Return n
 	End Method
 	End Method
 
 
+	Method ReadShort:Int(buf:Byte Ptr)
+		Return ReadBytes(buf,2)
+	End Method
+
 	Rem
 	Rem
 	bbdoc: Write a short (two bytes) to the stream
 	bbdoc: Write a short (two bytes) to the stream
 	about:
 	about: