Ionic.Zip.ZipOutputStream.Read C# (CSharp) Метод

Read() публичный Метод

This method always throws a NotSupportedException.
public Read ( byte buffer, int offset, int count ) : int
buffer byte ignored
offset int ignored
count int ignored
Результат int
        public override int Read(byte[] buffer, int offset, int count)
        {
            throw new NotSupportedException("Read");
        }