Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static short ReadInt16(
	Stream stream
)
Public Shared Function ReadInt16 ( 
	stream As Stream
) As Short
public:
static short ReadInt16(
	Stream^ stream
)
static member ReadInt16 : 
        stream : Stream -> int16 

Parameters

stream
Stream

Return Value

Int16

See Also