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

Write() public method

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