This is the complete list of members for DotZLib.GZipStream, including all inherited members.
_gzFile | DotZLib.GZipStream | private |
_isDisposed | DotZLib.GZipStream | private |
_isWriting | DotZLib.GZipStream | private |
CanRead | DotZLib.GZipStream | |
CanSeek | DotZLib.GZipStream | |
CanWrite | DotZLib.GZipStream | |
cleanUp(bool isDisposing) | DotZLib.GZipStream | inlineprivate |
Dispose() | DotZLib.GZipStream | inline |
end | Stream | |
Flush() | DotZLib.GZipStream | inline |
gzclose(IntPtr gzFile) | DotZLib.GZipStream | private |
gzgetc(IntPtr gzFile) | DotZLib.GZipStream | private |
GZipStream(string fileName, CompressLevel level) | DotZLib.GZipStream | inline |
GZipStream(string fileName) | DotZLib.GZipStream | inline |
gzopen(string name, string mode) | DotZLib.GZipStream | private |
gzputc(IntPtr gzFile, int c) | DotZLib.GZipStream | private |
gzread(IntPtr gzFile, int data, int length) | DotZLib.GZipStream | private |
gzwrite(IntPtr gzFile, int data, int length) | DotZLib.GZipStream | private |
input | Stream | |
Length | DotZLib.GZipStream | |
next | Stream | |
next_size | Stream | |
Position | DotZLib.GZipStream | |
Read(byte[] buffer, int offset, int count) | DotZLib.GZipStream | inline |
ReadByte() | DotZLib.GZipStream | inline |
Seek(long offset, SeekOrigin origin) | DotZLib.GZipStream | inline |
SetLength(long value) | DotZLib.GZipStream | inline |
start | Stream | |
Write(byte[] buffer, int offset, int count) | DotZLib.GZipStream | inline |
WriteByte(byte value) | DotZLib.GZipStream | inline |
~GZipStream() | DotZLib.GZipStream | inlineprivate |