Unit 'AbSWStm' Package
[Overview][Constants][Classes][Index] [#pl_abbrevia]

TabSlidingWindowStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: AbSWStm.pas line 75

type TabSlidingWindowStream = class(TStream)

protected

  bsChunks: array [0..pred(abSWChunkCount)] of PByteArray;

  

  bsBufferStart: LongInt;

  

  bsLastPos: Integer;

  

  bsCurChunk: Integer;

  

  bsPosInChunk: Integer;

  

  bsPosInBuffer: LongInt;

  

  bsSize: LongInt;

  

  bsDirty: Boolean;

  

  bsStream: TStream;

  

  procedure bsWriteChunk();

  

  procedure bsSlide;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Flush;

  

  function Read(); override;

  

  function Seek(); override;

  

  function Write(); override;

  

end;

Inheritance

TabSlidingWindowStream

  

|

TObject



CT Web help

CodeTyphon Studio