System.Classes.TProxySubrangeStream
Delphi
TProxySubrangeStream = class(TStream)
C++
class PASCALIMPLEMENTATION TProxySubrangeStream : public TStream
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TProxySubrangeStream is a helper class used to read or write a segment of another stream and act as a proxy. Its implementation is similar to the private TStoredStream used in the past in the unit System.Zip.pas. For example, it is used by TZipFile to provide access to a "stored" file.