Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.IO
BufferReader Class
BufferReader Methods
ReadString Method
ReadString Method (BinaryTextEncoding)
ReadString Method (Int32, BinaryTextEncoding)
BufferReader
ReadString Method (Int32, BinaryTextEncoding)
Reads a string at
offset
in the buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
Copy
public
BinaryString
ReadString
(
int
offset
,
BinaryTextEncoding
encoding
)
Parameters
offset
Type:
System
Int32
The offset into the buffer to start reading.
encoding
Type:
Demo3D.IO
BinaryTextEncoding
The encoding of the data in the buffer.
Return Value
Type:
BinaryString
The value read.
Implements
IOffsetDataReader
ReadString(Int32, BinaryTextEncoding)
See Also
Reference
BufferReader Class
ReadString Overload
Demo3D.IO Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com