/// <summary> /// Returns the PooledBitStream into the static BitStreamPool /// </summary> public new void Dispose() { if (!isDisposed) { isDisposed = true; BitStreamPool.PutBackInPool(this); } }
/// <summary> /// Returns the PooledBitStream into the static BitStreamPool /// </summary> public new void Dispose() { BitStreamPool.PutBackInPool(this); }