Ionic Zip Library v1.9.1.6
Seek Method (offset, origin)
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► Seek(Int64, SeekOrigin)
This method always throws a NotSupportedException.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override long Seek( long offset, SeekOrigin origin )
Public Overrides Function Seek ( _ offset As Long, _ origin As SeekOrigin _ ) As Long
public: virtual long long Seek( long long offset, SeekOrigin origin ) override
Parameters
- offset (Int64)
- The offset to seek to.... IF THIS METHOD ACTUALLY DID ANYTHING.
- origin (SeekOrigin)
- The reference specifying how to apply the offset.... IF THIS METHOD ACTUALLY DID ANYTHING.
Return Value
nothing. It always throws.