Pārlūkot izejas kodu

Added TStream ReadShort() method.

Brucey 2 gadi atpakaļ
vecāks
revīzija
0891a49cf0
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      stream.mod/stream.bmx

+ 4 - 0
stream.mod/stream.bmx

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