[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Zip Assembly
C1.Zip
Classes
C1ZStreamWriter
Methods
Read
dotnet-api
C1.Zip Assembly
C1.Zip
Classes
C1ZStreamReader
C1ZStreamWriter
Constructors
Properties
Methods
Close
Flush
Read
Seek
SetLength
Write
WriteByte
C1ZipEntry
C1ZipEntryCollection
C1ZipFile
ZipEncoding
ZipFileException
ZipProgressEventArgs
Enums
Delegates
C1.Zip.ZLib
(Showing Draft Content)
C1.Zip.C1ZStreamWriter.Read
Read Method
Read(byte[], int, int)
Not supported.
Declaration
public override int Read(byte[] buf, int offset, int count)
Parameters
Type
Name
Description
byte
[]
buf
int
offset
int
count
Returns
Type
Description
int
Overrides
Stream.Read(byte[], int, int)