You are here: Start » AVL.NET » StreamMode Enumeration

StreamMode Enumeration

Describes, how to interpret file stream.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
BinaryFile is being treated as stream of bytes.
TextFile is being treated as set of letters.

See also