Ionic.Zip.ZipOutputStream.Read C# (CSharp) Méthode

Read() public méthode

This method always throws a NotSupportedException.
public Read ( byte buffer, int offset, int count ) : int
buffer byte ignored
offset int ignored
count int ignored
Résultat int
        public override int Read(byte[] buffer, int offset, int count)
        {
            throw new NotSupportedException("Read");
        }