Reads the header contents from a stream

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub Read ( _
	stream As Stream _
)
C#
public void Read(
	Stream stream
)
Visual C++
public:
void Read(
	Stream^ stream
)
JavaScript
function read(stream);

Parameters

stream
Type: System.IO..::..Stream

See Also