Reads a sequence of bytes from the ZipReader's stream and advances the position within by the
number of bytes read.
'Declaration
Public Overloads Function ReadItemData( _
ByVal As Stream, _
ByVal () As Byte _
) As Long
'Usage
Dim instance As ZipReader
Dim stream As Stream
Dim buffer() As Byte
Dim value As Long
value = instance.ReadItemData(stream, buffer)
public long ReadItemData(
Stream ,
byte[]
)
Parameters
- stream
- buffer
Return Value
The total number of bytes read into buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2