Cuminas DjVu SDK for .NET Framework
Read<T>(Stream,Boolean) Method



Stream to read from.
true for big-endian, false to little-endian.
Syntax
Public Overloads Shared Function Read(Of T)( _
   ByVal stream As Stream, _
   ByVal bigEndian As Boolean _
) As T
Dim stream As Stream
Dim bigEndian As Boolean
Dim value As T
 
value = IO.Read(Of T)(stream, bigEndian)
public static T Read<T>( 
   Stream stream,
   bool bigEndian
)
public:
static T^ Readgeneric<typename T>
( 
   Stream^ stream,
   bool bigEndian
) 

Parameters

stream
Stream to read from.
bigEndian
true for big-endian, false to little-endian.

Type Parameters

T
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

IO Class
IO Members
Overload List

Send Feedback