internal void End() { if (blocks != null) { blocks.Free(); } blocks = null; }
internal int End() { if (blocks != null) { blocks.Free(); } blocks = null; return(ZlibConstants.Z_OK); }
public override void Close() { z.Free(); z = null; _stream = null; }