_actualInputStream = actualInputStream;
if (null != _delegate) { _delegate.close(); } else { _actualInputStream.close(); }
if (null == _delegate) { _delegate = new GZIPInputStream(_actualInputStream); } return _delegate.read();