Fan.Sys.ZipEntryFile.ZipEntryInputStream.Read C# (CSharp) Method

Read() public method

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
return int
            public override int Read(byte[] buf, int off, int count)
            {
                return parent.Read(buf, off, count);
            }