The csharp KBEngine.MemoryStream.readInt16 is a method used in C# language within the KBEngine framework. It is used to read a 2-byte signed integer value from a memory stream. This method is typically used for retrieving short integer values from serialized data.
C# (CSharp) KBEngine MemoryStream.readInt16 - 17 examples found. These are the top rated real world C# (CSharp) examples of KBEngine.MemoryStream.readInt16 extracted from open source projects. You can rate examples to help us improve the quality of examples.