|
[C#]
int CopyDecompressedData()
int CopyDecompressedData(byte[] destination)
int CopyDecompressedData(byte[] destination, int startIndex)
int CopyDecompressedData(byte[] destination, int startIndex, int
maxLength)
[Visual Basic]
Function CopyDecompressedData() As Integer
Function CopyDecompressedData(destination() As Byte) As Integer
Function CopyDecompressedData(destination() As Byte, startIndex as
Integer) As Integer
Function CopyDecompressedData(destination() As Byte, startIndex as
Integer, maxLength As Integer) As Integer
|
|
|