Reads the header contents from a stream

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

Syntax

Visual Basic (Declaration)
Public Sub Read ( _
	stream As Stream _
)
C#
public void Read(
	Stream stream
)
Visual C++
public:
void Read(
	Stream^ stream
)

Parameters

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

See Also